27 lines
557 B
Markdown
27 lines
557 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_enterprise:
|
|
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
|
|
-->
|