Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL question foxpro 3
Message
From
15/05/2004 06:13:54
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00904009
Message ID:
00904299
Views:
28
you can try with:
SELECT Table1.*, LOOKUP(Table2.SomeField,Table1.cId,Table2.cID) SomeField;
   FROM Table1
   INTO...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform