-
Notifications
You must be signed in to change notification settings - Fork 681
User Defined Functions
agershun edited this page Dec 28, 2014
·
18 revisions
alasql.fn.cube = function(x) { return x*x*x; }
alasql(‘SELECT cube(x) FROM ?’,[data]);
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo