Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some help with a sub-query
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Some help with a sub-query
Miscellaneous
Thread ID:
00637702
Message ID:
00637702
Views:
41
Hi all,

I'm new to sub-queries and I was wondering if it was possible to combine the following into one select statement using a sub-query.
Select * ;
FROM Links;
WHERE Links.itype in (1,0);
GROUP BY links.iwork;
INTO CURSOR Linked

SELECT Exhibit.iid, Exhibit.nkey, linked.*;
FROM Exhibit LEFT OUTER JOIN Linked ON Exhibit.iid =Linked.iwork
Any help would be greatly appreciated.
Caroline
Next
Reply
Map
View

Click here to load this message in the networking platform