MSCEWI5006
INTERMEDIATE RESULT TABLE IS NOT SUPPORTED
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This message is shown when a DATA CHANGE TABLE REFERENCE is found in a FROM Clause. A DATA CHANGE TABLE REFERENCE specifies an intermediate table, which consists of the rows that are changed by an UPDATE, DELETE or INSERT statement included in the DATA CHANGE TABLE REFERENCE.
In Snowflake, this is not supported, since it can't modify the rows and return a result set of table at the same time, hence the Select is commented.
Code example
DB2 Input code:
Snowflake Output code:
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated