docs-v2/content/influxdb3/enterprise/reference/influxql/quoting.md

557 B

title description menu weight list_code_example source
Quotation Single quotation marks (`'`) are used in the string literal syntax. Double quotation marks (`"`) are used to quote identifiers.
influxdb3_enterprise
name identifier parent
Quotation influxql-quotation influxql-reference
214 ```sql -- String literal 'I am a string' -- Quoted identifier "this-is-an-identifier" ``` /shared/influxql-v3-reference/quoting.md