Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where clause
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
01006367
Message ID:
01006382
Views:
25
Thank you Sergey for the quick reply...
I'm new to both C# and SQL Server...

Paul
>It's the same IN operator as in VFP
>update orders set flag = 0 where ordernumber IN (25000,26789,2342)
>
>>Is there an equivalent to VFP's inlist() command in C# for SQL Server?
>>
>>I want to issue a command like
>>
>>update orders set flag = 0 where inlist(ordernumber,25000,26789,2342)
>>
>>
>>I'm not sure how to do this?
>>
>>Thanks,
>>Paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform