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.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.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.