Help Center/
GaussDB(DWS)/
Tool Guide/
DSC/
SQL Syntax Migration Reference/
Teradata Syntax Migration/
Schema Objects and Data Definition Language (DDL)/
Migrating Tables/
MULTISET
Updated on 2024-07-19 GMT+08:00
MULTISET
MULTISET is a normal table, which is supported by all the DBs. Migration tool supports MULTISET and SET tables.
MULTISET table can be used with VOLATILE.
Input: CREATE MULTISET TABLE
1
|
CREATE VOLATILE MULTISET TABLE T1 (c1 int ,c2 int); |
Output:
1 2 3 4 5 6 7 |
CREATE LOCAL TEMPORARY TABLE T1 ( c1 INTEGER ,c2 INTEGER ) ; |
Parent topic: Migrating Tables
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot