$ 0 0 Try the following query: SELECT * FROM TableName WHERE (col1,col2,col3) IN (SELECT col1,col2,col3 FROM TABLENAME GROUP BY 1,2,3 HAVING COUNT(*)>1);
Try the following query: