DB2支持枚举吗?我在网上找不到任何东西.查询不起作用:
create table prototype.test(id int not null primary key, level ENUM('upper', 'lower') not null);
提前致谢!
db2 enums enumeration
db2 ×1
enumeration ×1
enums ×1