Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
JOIN
Message
From
16/05/2000 04:45:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
JOIN
Miscellaneous
Thread ID:
00369874
Message ID:
00369874
Views:
63
I have a main table and a lookup table and I want the lookup table to provide the desc to the codes in the main table using SQL.

My lookup table fields are lk_type,lk_code,lk_desc, and in the SQL I only want it to join to the lookup tables where lk_type = "AL".

My SQL so far:

SELECT table.*,lookup.lk_desc;
FROM table LEFT OUTER JOIN lookup ON;
lookup.lk_code = table.lk_code

What can I do next to ensure that only the lk_types of "AL" are matched?

Thanks
Kev
Next
Reply
Map
View

Click here to load this message in the networking platform