Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Group by clause in microsoft.public.fox.vfp.queriessql
Author: apa
Date: Mar 22, 2007 09:54
... when i try to execute it, but in version 9 it gives me an error GROUP By clause missing or invalid. Anything im missing here? SELECT MIN(workdate) as DStart, MAX(workdate) ...cawaydsc as cdsc,CRANGGRPID as rangegroupid ; FROM staffdtl ; WHERE staffid = "XXX" ; GROUP BY CRANGGRPID ; ORDER BY dDateStart, dDateEnd, itimeStart, itimeEnd ; INTO...
|