Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking tables correctly?
Message
 
To
07/12/1999 15:56:48
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00299996
Message ID:
00300001
Views:
34
My suggestion would be to group by instructor but I might not fully understand your problem.

select course.courseid, courseinstruc.instructor, sum(tempcourse.stdcount) as stdtotal;
from course left join courseinstruc on course.courseid = courseinstruc.courseid,;
tempcourse;
where course.courseid = tempcourse.courseid;
into cursor temporary
group by courseinstruc.instructor
Rip Ryness
International Falls, MN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform