Skip to content

Commit 78733ab

Browse files
authored
[DOCS] Fix escape character for quotes in esql-syntax.md (#134266) (#134638)
1 parent af5d346 commit 78733ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/esql/esql-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ FROM index
6969
| WHERE first_name == "Georgi"
7070
```
7171

72-
If the literal string itself contains quotes, these need to be escaped (`\\"`). {{esql}} also supports the triple-quotes (`"""`) delimiter, for convenience:
72+
If the literal string itself contains quotes, these need to be escaped (`\"`). {{esql}} also supports the triple-quotes (`"""`) delimiter, for convenience:
7373

7474
```esql
7575
ROW name = """Indiana "Indy" Jones"""

0 commit comments

Comments
 (0)