Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试创建一个具有整数索引的关联数组
CREATE TYPE assocArray AS VARCHAR(1000) ARRAY[INTEGER];
DB2 向我返回了这个:
非法符号“阵列”。一些可能是合法的符号是:检查 UNIQUE NOT PRIMARY AS UPDATE IMPLICITY INLINE CONSTRAINT。SQLCODE = -104,SQLSTATE = 42601,驱动程序 = 3.68.61
有人可以帮帮我吗?
如果您的 Db2 for Z/OS 是 V10 或更低版本,则不会实现 ARRAY。如果您想要定义 ARRAY,则用于 Z/OS 的 Db2 服务器需要为 V11 新功能模式或更高版本。