Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select duplicate rows
Message
From
03/04/2003 07:48:14
 
 
To
03/04/2003 05:48:34
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00773453
Message ID:
00773480
Views:
8
Hi Joao,

If you have a table duplicate with a column name and want to find out which records have duplicate value in the column name, then you may use following sql:

select name, count(*)
from duplicate
group by name
having count(*) > 1

Hope this helps.
Regards,
Georg

>Hi
>
>How do i select duplicate field values from a table with a SQL select statement ?
>
>Thank you all,
>
>João
Vlad-Georg
Previous
Reply
Map
View

Click here to load this message in the networking platform