A SELECT request that defines the derived table.
You cannot specify the TOP n or TOP m PERCENT options (see “TOP n” and “TOP m PERCENT” later in this table, and Teradata Vantage™ SQL Data Manipulation Language , B035-1146 ) in a subquery.
You cannot specify an ORDER BY clause in the subquery specification of a CREATE VIEW request.
- AS
- An optional introductory clause to derived table name.
- derived_table_name
- The name of a derived table.
- column_name
- A column name for a member of the set of all column names specified in the subquery select list.