Background documentationAlias Name (alias_name) Locate this document in the navigation 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

  • Tables defined with a recursive DECLARE CURSOR statement

Structure

Syntax Syntax

  1. <alias_name> ::=
      <identifier>
End of the code.
Explanation

An error message is output if the name consists of more than 32 characters.

More Information

SQL statement for defining an alias name

CREATE VIEW Statement

Recursive DECLARE CURSOR statement