Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server   (RSS)
Sorry, but there are no more tags available to filter with.

Using [] and ESCAPE clause in SQL Server LIKE query

I innocently wrote this SQL SELECT statement to query all rows that have column value started with "[summary]": select * from MyTable where Description like '[summary]%' Then I was wondering why I could get a lot of rows returned and none of them started
Posted by zainala | 2 Comments
Filed under:
 
Page view tracker