Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something like INLIST()
Message
 
 
To
26/06/2008 10:53:07
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01326940
Message ID:
01326943
Views:
16
>Need to find records that contain certain characters in a field. Is there a command like INLIST for SQL?

You can use IN (Val1, Val2, etc.) or you can use LIKE and specify your characters in [] (sort of Reg. expressions, look at LIKE operator in Help).

Check http://www.ml-consult.co.uk/foxst-38.htm also.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform