-
Notifications
You must be signed in to change notification settings - Fork 667
Andrey Gershun edited this page May 27, 2015
·
2 revisions
Syntax:
SELECT expression AS new-column-name ...
For example:
SELECT a*a AS a2 FROM one;
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo