Skip to content

Commit

Permalink
Update information-schema/information-schema-keywords.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aolin <[email protected]>
  • Loading branch information
dveeden and Oreoxmt authored Dec 20, 2023
1 parent eb57f4c commit 9ff86fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions information-schema/information-schema-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ The output is as follows:
The following statement queries the information about `ADD` and `USER` keywords:

```sql
SELECT * FROM keywords
WHERE WORD IN ('ADD','USER')
SELECT * FROM keywords WHERE WORD IN ('ADD','USER');
```

From the output, you can see that `ADD` is a reserved keyword and `USER` is a non-reserved keyword.
Expand Down

0 comments on commit 9ff86fd

Please sign in to comment.