Open topic with navigation
Returns the given string, suitably quoted, to be used as a string literal in a SQL statement string. Embedded single quotes and backslashes are doubled.
QUOTE_LITERAL ( string )
SELECT QUOTE_LITERAL('Joseph D''Artagnan');
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.