Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL 7.0 vs 8.0
Message
From
15/04/2003 18:43:38
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00777961
Message ID:
00778121
Views:
32
Hi Mark:

Here is the code in question.
SELECT Appointments.app_time, Appointments.app_date,;
   Appointments.pat_last;
  FROM appointments;
  where appointments.app_date >= mquerydate .AND.;
  appointments.app_date <= mquerydate + 8;
  GROUP BY Appointments.app_time, Appointments.app_date;
  ORDER BY Appointments.app_time, Appointments.app_date;
  INTO CURSOR existingappoints nofilter
And sice this code does not contain aggregate functions the GROUP BY clause should include Appointments.pat_last?

What if there were 10 fields in teh select statement, has a Group By clause, and no aggregate functions. Should all the 10 fields be identified in the Group By clause, and in the order of how they should be grouped?

Thank you for your time Mark. It is appreciated.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform