Book Contents

Book Index

Next Topic

Home

table-primary

Syntax

{ table-name [ AS ] alias

[ ( column-alias [ , ...] ) ] [ , ...] ]

| ( joined-table ) }

Semantics

 

table-name

specifies a table in the logical schema. Vertica selects a suitable projection to use.

alias

specifies a temporary name to be used for references to the table.

column-alias

specifies a temporary name to be used for references to the column.

joined-table

specifies an outer join.