-
Notifications
You must be signed in to change notification settings - Fork 664
Double Colon
Mathias Rangel Wulff edited this page Jan 11, 2016
·
3 revisions
AlaSQL supports ::
operator:
alasql('SELECT '10/12/2013'::DATE');
To cast types to Number you can use one of three forms:
SELECT CAST(a AS NUMBER), FORMAT(NUMBER,a), a::NUMBER
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo