Skip to content
Andrey Gershun edited this page May 27, 2015 · 2 revisions

AS - naming keyword

Syntax:

    SELECT expression AS new-column-name ...

For example:

    SELECT a*a AS a2 FROM one;
Clone this wiki locally