-
Notifications
You must be signed in to change notification settings - Fork 656
CAST
Mathias Rangel Wulff edited this page Jan 11, 2016
·
2 revisions
Syntax
CAST(value, type)
To cast types to Number you can use one of three forms:
SELECT CAST(a AS NUMBER), FORMAT(NUMBER,a), a::NUMBER
See also: CONVERT, [:: - double colon](Double Colon)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo