17,137
社区成员
发帖
与我相关
我的任务
分享
SQL> create table t(id varchar2(50),context clob);
Table created
SQL> insert into t values ('1','111111111111111111111111');
1 row inserted
SQL> commit;
Commit complete
SQL> select * from t;
ID CONTEXT
-------------------------------------------------- --------------------------------------------------------------------------------
1 111111111111111111111111