Skip to content

Commit

Permalink
Merge pull request #103 from project-tsurugi/docs-cast-pg
Browse files Browse the repository at this point in the history
docs: reference of PostgreSQL-style cast.
  • Loading branch information
akirakw authored Nov 13, 2024
2 parents 94a8412 + 4564b47 commit f97b4bc
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 f97b4bc

Please sign in to comment.