table_reference

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


{sql_name | sql_string} [[AS] {sql_name|sql_string}]

Description

A table_reference can be either a standard SQL name or a string. You may also pass the optional AS keyword to assign an alias (in the form of an sql_name or sql_string) to the column. (Passing the optional sql_string or sql_name without the AS keyword has the same effect).

See Also

SELECT, sql_name, sql_string.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next