Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Do This Query
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01086750
Message ID:
01087152
Views:
13
You're welcome.

>Thanks Sergey!
>
>
>>You can use CHARINDEX, PATINDEX or LIKE
>>
>>SELECT *
>>  FROM MyTable
>>  WHERE ThisField LIKE '%' + 'Some String' + '%'
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform