Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inner join
Message
From
27/02/2003 06:25:49
 
 
To
27/02/2003 06:13:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00758651
Message ID:
00758658
Views:
21
SELECT Enquiries.cTitle, clients.cCompany ;
FROM Enquiries INNER JOIN Clients ;
ON Enquiries.iClient = Clients.iid ;
INTO CURSOR ClientEnquiries_cursor ;
ORDER BY Clients.ccompany

Hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform