Escaped quotes

Signed-off by: Keith Chan <chankei@amazon.com>
This commit is contained in:
Keith Chan 2021-11-11 14:52:40 -08:00 committed by GitHub
parent 1e23a9348e
commit 2882c841cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ Field | Description | Required
To get all documents from the `accounts` index where `account_number` is 1 or gender is `F`:
```sql
search source=accounts | where account_number=1 or gender="F" | fields account_number, gender;
search source=accounts | where account_number=1 or gender=\"F\" | fields account_number, gender;
```
| account_number | gender