Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to group by in ENGINEBEHAVIOR 90
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01474983
Message ID:
01475037
Vues:
32
>>i want to group by Student.family(in ENGINEBEHAVIOR 70 no problem) but how this will work in 90. i try, but not work.
>>
SELECT Student.id, Student.name, Student.family, Student.ptcl,;
>>  Student.cv, Smssha.shdate, Smssha.inshu;
>> FROM ;
>>     student,;
>>    smssha;
>> WHERE  ( admtd ) = ( 1 );
>> GROUP BY Student.family, Student.name, Student.id, Student.ptcl,;
>>  Student.cv, Smssha.shdate, Smssha.inshu;
>> INTO CURSOR mo333
>
>Did you get an error or wrong result? The code seems to be syntactically correct.
i have no error but wrong results. I have 800 records in this table but when i group by student.family, it should be 400 records in cursor.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform