Avatar of szadroga
szadroga
Flag for United States of America

asked on 

SQL query syntax with WHERE and '%[ABC' clause

I am trying to write a WHERE clause where the query returns and rows having the title containing the string '[ABC]'.  Users have included the brackets to identify specific rows but this contradicts the wildcard %.  Can I use ESCAPE?
Microsoft SQL ServerSQL

Avatar of undefined
Last Comment
Éric Moreau

8/22/2022 - Mon