Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select distinct not the answer
Message
De
16/05/2012 12:08:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01543687
Message ID:
01543700
Vues:
30
Hi Sergey:

I want a result that contains only 1 row per FOO value, rather than the current table, which has duplicate rows with the same value for FOO. Please see Naomi's solution.

Thanks as always for responding so quickly.

Yossi

>You didn't say what result you want.
>
>>
>>I have a table where there are dupes in a particular column, FOO. I want to create a cursor that will contain only one record per FOO, so I coded:
>>
>>
>>SELECT * ;
>>FROM ImpHeader ;
>>ORDER BY FOO ;
>>GROUP BY FOO ;
>>INTO CURSOR curHeader READWRITE
>>
>>
>>VFP doesn't like the GROUP BY, but it is a pain to GROUP BY all the other fields or aggregate them. I do need the data from the other fields, so SELECT DISTINCT FOO would not help.
>>
>>What is the solution?
>>
>>Thanks,
>>
>>Yossi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform