Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql prob
Message
De
03/01/1998 20:34:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Sql prob
Divers
Thread ID:
00069282
Message ID:
00069282
Vues:
96
Im trying to use a sql statement to get all the records
of one table and matching records of another on a key but
im getting a syntax error on the "ON line"

I know I doing something stupid.. can anyone help..




select a.ecode,b.ptitle,b.pacthrs,b.pdept ;
from tbl_ba_emp a, tbl_ba_posmst b ;
left join ;
on a.eidno = b.eidno ;
order by eloc,ename ;
into table tbltcst1



Chris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform