Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Problems
Message
 
 
À
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:
00283166
Vues:
18
Does this work?:
select course.courseid, coursematerial.textid, sum(textbook.cost);
   from course ;
      left join coursematerial ;
         on course.courseid = coursematerial.courseid ;
      left join textbook ;
         on coursematerial.textid = textbook.textid ;
   into table temptext ;
   group by course.courseid, coursematerial.textid
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform