Need to find the rows with duplicates data in a multiple columns
hID sid lid aid did shid soid date
------------------------------------------------------------------
0 123 jkn rbr tm asd hjk 10/11/2008
1 563 kjh jkh dfsd we hjk 11/12/2010
2 131 jklj jkjk adsd vcv asd 01/01/2012
3 656 hjkh hjkh dasda fas fads 03/26/2012
4 123 jkn rbr tm asd hjk 09/09/2012
Should be able to return like dis one..
hID sid lid aid did shid soid date
------------------------------------------------------------------
0 123 jkn rbr tm asd hjk 10/11/2008
4 123 jkn rbr tm asd hjk 09/09/2012
Any ideas? thanks in advance!