Hi,
I agree to Fadi. That should be the way.
However I have made an assumption that alexandra has already tried that and still gets duplicate data.
If you want to go the sql way and have multiple columns, try this :
SELECT DISTINCT
Col1, Col2 FROM
MyTable
GROUP BY Col1, Col2
HAVING COUNT(*) > 1
HTH,
Suprotim Agarwal
-----
http://www.dotnetcurry.com
-----