AS for Table

Function

This statement is used to specify an alias for a table or the subquery result.

Syntax

1
SELECT attr_expr_list FROM table_reference [AS] alias;

Keyword

Precautions

Example