There was an error while loading. Please reload this page.
AS
Syntax:
SELECT expression AS new-column-name ...
For example:
SELECT a*a AS a2 FROM one;