Versions available for this page: CUBRID 8.2.1 | CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
MULTISET is a collection type in which duplicated elements are allowed. Elements of a MULTISET can have many different data types or even instances of different classes.
|
Definition |
Example of collection values |
|---|---|
|
MULTISET INTEGER |
{10, 20, 10, 80} |
|
MULTISET CHAR(5) |
{'aaa', 'bbbb', 'ccccc'} |