Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some help with a sub-query
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Some help with a sub-query
Divers
Thread ID:
00637702
Message ID:
00637702
Vues:
43
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform