且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 db2 中将 blob 列类型 clob 转换为 blob

更新时间:2023-01-23 08:13:01

您不能直接将 Db2 表中的列类型从 CLOB 更改为 BLOB!ALTER TABLE ALTER COLUMN SET DATA TYPE 语句只允许更改以下数据类型的列:特点数字二进制

you can't directly change the column type in your Db2 table from CLOB to BLOB!! The ALTER TABLE ALTER COLUMN SET DATA TYPE statement allows changing columns of the following data types only: Character Numeric Binary