Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Problems
Message
De
28/10/1999 12:29:39
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00283128
Message ID:
00283155
Vues:
21
Thanks Mark,

But I still have some problems. The totals came out correct but I want to see the course with no textbooks and when I put the where statement in it gets rid of it.

select course.courseid, coursematerial.textid, sum(textbook.cost);
from course left join coursematerial on course.courseid = coursematerial.courseid, textbook;
where textbook.textid = coursematerial.textid;
into table temptext;
group by course.courseid

Any ideas as to why?
Thanks,
Tyler
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform