Sublime Forum

SQL parsing error

#1

SQL parsing has a bug with treating ‘’ as an escape character.

The following statement causes all text after it to be treated as part of a string.

CHARINDEX(’’

0 Likes