| The PostgreSQL 9.0 Reference Manual - Volume 1A - SQL Language Reference
by The PostgreSQL Global Development Group Paperback (6"x9"), 454 pages ISBN 9781906966041 RRP £14.95 ($19.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
2.2.1 Column References
A column can be referenced in the form:
correlation.columnname
correlation is the name of a
table (possibly qualified with a schema name), or an alias for a table
defined by means of a FROM clause.
The correlation name and separating dot can be omitted if the column name
is unique across all the tables being used in the current query. (See also section 5 Queries.)
| ISBN 9781906966041 | The PostgreSQL 9.0 Reference Manual - Volume 1A - SQL Language Reference | See the print edition |