557 B
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. |
|
214 | ```sql -- String literal 'I am a string' -- Quoted identifier "this-is-an-identifier" ``` | /shared/influxql-v3-reference/quoting.md |