Entering content frame

Alias Name (alias_name) Locate the document in its SAP Library structure

An alias name (alias_name) is a new column name that specifies the name of a column in the following types of tables:

·        View table

·        Table that has been defined with a recursive DECLARE CURSOR statement.

Syntax

<alias_name> ::= <identifier>

Explanation

An error message is displayed if the name has more than 32 characters.

SQL Statement for Defining an Alias Name

CREATE VIEW Statement

Recursive DECLARE CURSOR Statement

 

Leaving content frame