Teradata Database Message 5940 - 5940 - Analytics Database - Teradata Vantage

Analytics Database Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
15.xx,16.xx,17.xx
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-01-05
dita:mapPath
sfx1628096178347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1096
lifecycle
latest
Product Category
Teradata Vantageā„¢
Message
Excessively complex expression.
Explanation
Parser detected a complex query. If the expression is processed, the parser may run out of the stack space or can cause DBC crash. Possible reason could be * an IN LIST condition with many char strings not separated by commas or a single insert trying to insert many char strings which actually require an insert for each string. * The query is too complex and is taking more than the allowed stack space.
Generated By
RES modules during expression resolution. or GNX module during compiled code generation phase.
For Whom
End User.
Notes
None
Remedy
Correct the condition and resubmit.