QUOTE_IDENT

Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API

Returns a string suitably quoted to be used as an SQL identifier.

  • <string>: The identifier string to quote.

Returns a text value with appropriate quoting for use as an identifier.

  • Quotes are added only if necessary (special characters or case-folding).
  • Embedded quotes are properly doubled.

Quote an identifier with spaces.

Returns '"Foo bar"'.