Member Junction
    Preparing search index...
    • Escape a value for a single-quoted T-SQL literal.

      Doubling ' is the whole of it — SQL Server has no backslash escape, so a backslash is data. Control characters are stripped rather than encoded: they cannot appear in any permitted value grammar, and leaving them in a predicate invites parser-level surprises.

      Parameters

      • value: string

      Returns string