Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
SQL
Divers
Thread ID:
00214267
Message ID:
00214267
Vues:
60
Here's a small SQL that's not doing what it is supposed to??
It gorups the style code...but not the individual sizes. Anybody??

SELECT CUTS_T.STYLE_CD, CUTS_T.SZ1, CUTS_T.SZ2, CUTS_T.SZ3, CUTS_T.SZ4, CUTS_T.SZ5,;
CUTS_T.SZ6, CUTS_T.SZ7, CUTS_T.SZ8, CUTS_T.SZ9, CUTS_T.SZ10, CUTS_T.SZ11,;
CUTS_T.SZ12, CUTS_T.SZ13 ;
FROM CUTS_T;
GROUP BY 1 ;
INTO CURSOR zBROWSE ;
ORDER BY 1

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform