Book Contents

Book Index

Next Topic

Home

join-predicate

Vertica supports only equi-joins based on a primary key-foreign key relationship between the joined tables. See Adding Primary Key and Foreign Key Constraints in the Database Administrator's Guide for more information.

Syntax

column-reference = column-reference

Semantics

column-reference

refers to a column of one the tables specified in the FROM clause.

Notes