Teradata Database Message 6928 - 6928 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
Recursive queries must begin with at least one non-recursive SELECT.
Explanation
The first SELECT of recursive query/view's body must not contain a recursive reference.
Generated By
RES modules
For Whom
End User
Notes
None
Remedy
Examine the SQL statement and verify that the request is correct. If there is already a non-recursive SELECT in the body of the query/view, move that SELECT to the top of the set operation. If not, then rewrite the statement to adhere to the recursive query rules and resubmit the request.