-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Labels
Description
Add support for x::type cast operator as an alternative syntax for CAST(x AS type).
- this is pure awesomeness from SQL readability perspective
- at this point it's very unlikely that future SQL spec will have something conflicting, given that all PostgreSQL derivates and e.g. Snowflake, DuckDB support
x::typesyntax
wendigo, lozbrown, raunaqmorarka, nineinchnick, vVv-AA and 6 more