Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rid Duplicates with SQL
Message
From
02/11/2014 17:34:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Rid Duplicates with SQL
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01610363
Message ID:
01610363
Views:
49
Hi All:

Consider the following table, FOO.
Field1   Field2   Field3   Field4   Field5   Field6   Field7   Field8   Field9
cat        dog       ...          ...          ...         ...          ...          ...          ...
cat        mouse
fish       goat
cat        dog
If I say SELECT FOO.*, I will get 4 records. However, I do not want duplicates of field1+field2. I do not care which record I get.

SELE DISTINCT will not work, since there may be differences in the other fields.

Thanks,

Yossi
Next
Reply
Map
View

Click here to load this message in the networking platform