MSCEWI2029
Queue table functionality is not supported.
Severity
Description
Code Example
Input Code:
CREATE MULTISET TABLE SAMPLE_TABLE,
QUEUE,
NO FALLBACK
(
COL1 INTEGER
);Output Code:
/*** MSC-WARNING - MSCEWI2029 - QUEUE TABLE FUNCTIONALITY NOT SUPPORTED ***/
CREATE TABLE PUBLIC.SAMPLE_TABLE
(
COL1 INTEGER
);Recommendations
Last updated
