QUOTENAME
Description
Sample Source Pattern
Syntax
QUOTENAME( string_expression [, quote_character])Arguments
Return Type
Examples
SELECT QUOTENAME('Hello', '`') AS HELLO; HELLO|
---------+
`Hello`| Last updated
Was this helpful?