STRING_ESCAPE
Description
Sample Source Pattern
Syntax
STRING_ESCAPE( text, type )Arguments
Return Type
Examples
SELECT STRING_ESCAPE('\ / \\ " ', 'json') AS [ESCAPE]; ESCAPE|
--------------------------+
\\ \/ \\\\ \" | Last updated
Was this helpful?