79562754

Date: 2025-04-08 18:04:52
Score: 1
Natty:
Report link

What is the escape character for MS-SQL-Server

The backslash character will escape it, if you specify it as the escape character

WHERE field1 LIKE 'I\'m' ESCAPE '\'

I think doubling the single quotes makes it easier to read, but that isn't what you asked.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What is the
  • Low reputation (0.5):
Posted by: J. Chris Compton