Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Avoiding duplicates
Message
From
01/04/2009 08:45:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL Avoiding duplicates
Miscellaneous
Thread ID:
01392542
Message ID:
01392542
Views:
108
Dear All,

Can someone help me find the correct syntax of a SQL statement would eliminate the duplicates?

I have a table: 'mytable'. It has 3 fields: ID, NAME and REF

ID | NAME | REF
1 | Dupuis | 200817 *
2 | Durand | 200817
3 | Michiels | 200818 *
4 | Dulome | 200819
5 | Pernut | 200820 *
6 | Bloquier | 200820
7 | Moureau | 200820
8 | Pirotte | 200821 *
9 | Marchand | 200821


I would like the SQL statement to return only the records that are tagged (all fields).

How can I do this?

Thanks to all,
Pat
Next
Reply
Map
View

Click here to load this message in the networking platform