typed-correlation-clause
A typed-correlation-clause defines the appearance and contents of the table generated by a generic table function.
Syntax for typed-correlation-clause
Description for typed-correlation-clause
- typed-correlation-clause
- The typed-correlation-clause defines the appearance
and contents of the table that is generated by a generic table function. typed-correlation-clause must
be specified when the table-function-reference is
a generic table function and cannot be specified for any other table
reference.
The maximum number of columns specified in the typed-correlation-clause is 750, an error is returned if the number of specified columns exceeds the limit.
An error is returned if duplicate column names are specified in a typed-correlation-clause.
An error is returned if the data type that is specified for a column name is not one of the supported data types for a generic table function.