Skip to content

Commit

Permalink
docs: available SQL syntax for BLOB features.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashigeru committed Jan 8, 2025
1 parent bf3f1fa commit 7735501
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/sql-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,11 @@ note:
TIME WITH TIME ZONE
TIMESTAMP
TIMESTAMP WITH TIME ZONE
BLOB
BINARY LARGE OBJECT
CLOB
CHAR LARGE OBJECT
CHARACTER LARGE OBJECT
<decimal-precision>:
<integer>
Expand Down Expand Up @@ -814,7 +819,7 @@ The below reserved words are not allowed to use as regular identifiers.
* `N`
* `NATIONAL`, `NATURAL`, `NCHAR`, `NCLOB`, `NEW`, `NEXT`, `NO`, `NONE`, `NOT`, `NULL`, `NULLIF`, `NULLS`, `NUMERIC`
* `O`
* `OCTET_LENGTH`, `OF`, `OLD`, `ON`, `ONLY`, `OPEN`, `OR`, `ORDER`, `OUT`, `OUTER`, `OVERLAPS`, `OVERLAY`, `OWNED`
* `OBJECT`, `OCTET_LENGTH`, `OF`, `OLD`, `ON`, `ONLY`, `OPEN`, `OR`, `ORDER`, `OUT`, `OUTER`, `OVERLAPS`, `OVERLAY`, `OWNED`
* `P`
* `PARAMETER`, `PLACING`, `POSITION`, `PRECISION`, `PREPARE`, `PRIMARY`, `PROCEDURE`
* `Q`
Expand Down

0 comments on commit 7735501

Please sign in to comment.