Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: SQL
Divers
Thread ID:
00427381
Message ID:
00427387
Vues:
14
IN can contain a list of values or the result of a subquery and must match the data type of the field IN refers to.

where keyval IN (1,2,3,4,5)

OR

where keyval IN (select key from othertable where fkey IN (1,2,3,4,5))

OR

where myname IN ("eric", "erick", "erickc")

ETC...
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform