Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subquery: SELE * FROM (SELE *....
Message
De
17/08/1999 15:33:24
 
 
À
17/08/1999 15:04:40
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00254643
Message ID:
00254670
Vues:
24
Kenneth,

Try this

select * from table1 where field1 in (select field1 from table2 where x=y)

This type of query should work. What you were missing was the in clause.

Jeff Whitaker


>It appears that fox does not support the syntax SELE * FROM (SELE ...).
>
>Am I missing something or do I have to do one query and then the next?
>
>As always, TIA...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform