Implicit Join - Teradata Database

SQL Data Manipulation Language

Product
Teradata Database
Release Number
15.10
ft:locale
en-US
ft:lastEdition
2018-10-06
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata® Database

Implicit Join

This option enables the FROM clause of the recursive statement to specify the name of the WITH RECURSIVE query and one or more single table references, creating an implicit inner join.

 

Syntax Element …

Specifies …

query_name

the named query referred to in the FROM clause.

AS

an optional introduction to correlation_name.

correlation_name

an alias for the query name referenced in the FROM clause.

table_name

the name of a single table or view referred to in the FROM clause.

AS

an optional introduction to correlation_name.

correlation_name

an alias for the table name referenced in the FROM clause.