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:
01087149
Views:
10
Thanks Sergey!


>You can use CHARINDEX, PATINDEX or LIKE
>
>SELECT *
>  FROM MyTable
>  WHERE ThisField LIKE '%' + 'Some String' + '%'
>
>
>>How do you do this in SQL?
>>
>>
>>SELECT *
>>  FROM MyTable
>>  WHERE 'Some String' $ ThisField
>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform