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 469b137 commit 97243e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions information-schema/information-schema-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ 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.

```
+------+----------+
| WORD | RESERVED |
Expand Down

0 comments on commit 97243e8

Please sign in to comment.