CREATE RECURSIVE VIEW and REPLACE RECURSIVE VIEW Syntax Elements - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™
database_name_1
user_name_1
Containing database or user for view_name_1 if something other than the current database or user.
view_name_1
Name of the recursive view to be created or replaced.
If view_name_1 is not fully qualified, the default database is used.
For information about naming database objects, see Teradata Vantage™ - SQL Fundamentals, B035-1141.
column_name
Mandatory name of a view column or column set. If more than one column is specified, list their names in the order in which each is to be displayed for the view.