Book Contents

Book Index

Next Topic

Home

Column References

Syntax

[ tablename. ] columnname

Semantics

 

tablename

is one of:

  • the name of a table
  • an alias for a table defined by means of a FROM clause in a query

columnname

is the name of a column that must be unique across all the tables being used in a query

Notes