Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query group by
Message
De
22/02/2017 02:46:04
 
 
À
21/02/2017 20:22:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01648180
Message ID:
01648328
Vues:
39
>At the risk of looking foolish again.............
>
>Your result works because qty is unique. Give the different names the same MAX(qty) and you'll wind up with extra rows. I believe you need
>
>select table1.*; && or table1.id, table1.names, etc.
> from table1;
>   join (select id, max(qty) as qty from table1 group by id) table2 on table1.id = table2.id AND table1.qty = table2.qty
>
thanks for confirming, I mentioned the same caveat earlier in this thread
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform