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

556 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_clustered
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