HII Now i have a table with 4 columns as below
seq col1 col2 col3
1 1 2 3
1 1 2 4
2 1 2 3
3 1 2 4
result should be as below
number of seq1 s which have ( col1 col2 col3) same for the above example the output is expected as
count(seq) col1 col2 col3
2 1 2 3
2 1 2 4