Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INLIST in SQL Server
Message
 
 
À
26/06/2001 20:42:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00523932
Message ID:
00523945
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>Hi, Everybody!
>
>Is there some function on SQL Server that's equals to our VFP's InList()?

You don't need Inlist function in SQL select, You can use IN operator in SQL Server or VFP instead
Select * From Mytable Where SomeField IN ("ONE", "TWO", "OTH")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform