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

27 lines
556 B
Markdown

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