Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to group by in ENGINEBEHAVIOR 90
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01474983
Message ID:
01474989
Views:
40
>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.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform