Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for duplicate rows
Message
From
21/08/2000 09:46:43
 
 
To
21/08/2000 09:00:14
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00407264
Message ID:
00407284
Views:
30
SELECT column1, column2, column 3 -- whatever columns that you want to be uniqe
FROM table
GROUP BY column1, column2, column 3
HAVING COUNT(*) > 1

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform