Skip to content

Commit

Permalink
docs: reference of PostgreSQL-style cast.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashigeru committed Sep 4, 2024
1 parent 72d07f8 commit 4564b47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sql-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,16 @@ CC_EXCEPTION (SQL-04000: serialization failed transaction:TID-000000000000003b s
```txt
<cast-expression>:
CAST(<value-expression> AS <type>)
<value-expression> :: <type>
```

* `<type>` - see [Types](#types) and [Conversions](#conversions)

----
note:

`expression::type` is a PostgreSQL-style cast expression.

### Placeholders

```txt
Expand Down

0 comments on commit 4564b47

Please sign in to comment.