Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Synthaxe SQL
Message
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 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
00969990
Message ID:
00970012
Vues:
25
This message has been marked as the solution to the initial question of the thread.
SELECT cnosecretaraitSocial,COUNT(cnosecretaraitSocial) AS cntSoc FROM Employee GROUP BY cnosecretaraitSocial INTO CURSOR cSocial
SELECT cNom,cnosecretaraitSocial,cSocial.cntSoc;
       FROM Employee;
       LEFT JOIN cSocial ON cnosecretaraitSocial == cSocial.cnosecretaraitSocial; 
       GROUP BY cNom
Is this works for You?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform