Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INLIST in SQL Server
Message
 
 
To
26/06/2001 20:42:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00523932
Message ID:
00523945
Views:
15
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform