Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search a column for 2 values
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01629636
Message ID:
01629640
Views:
39
Try
... WHERE mycolumn LIKE '%' + CHAR(254) + '%' + CHAR(254)+ '%'
>
>I am trying to search through a table of SQL Server where a column has two values of char(254). It does not matter where, the field is a type Text. How would you do it in WHERE?
>
>TIA
>
>UPDATE. Wanted to add the the Text column is not full-text indexed. So Contains() does not work.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform