Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql prob
Message
From
03/01/1998 20:34:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sql prob
Miscellaneous
Thread ID:
00069282
Message ID:
00069282
Views:
102
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
Next
Reply
Map
View

Click here to load this message in the networking platform