version 11
{sql_name | sql_string} [[AS] {sql_name|sql_string}]
Description
A table_reference can be either a standard SQL name or a string. You may also pass the optional AS keyword to assign an alias (in the form of an sql_name or sql_string) to the column. (Passing the optional sql_string or sql_name without the AS keyword has the same effect).
See Also