SSC-EWI-TD0029
Queue table functionality is not supported.
Severity
Low
Description
This warning appears when a TABLE with the QUEUE attribute is migrated. The QUEUE keyword is removed because it is not supported in snowflake.
Example Code
Input:
CREATE MULTISET TABLE SAMPLE_TABLE,
QUEUE,
NO FALLBACK
(
COL1 INTEGER
);Output:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
