Escaped more characters

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

View File

@ -57,7 +57,7 @@ search source=accounts;
To get all documents from the `accounts` index that have either `account_number` equal to 1 or have `gender` as `F`:
```sql
search source=accounts account_number=1 or gender="F";
search source=accounts account_number=1 or gender=\"F\";
```
| account_number | firstname | address | balance | gender | city | employer | state | age | email | lastname |