日期:2014-05-17  浏览次数:20752 次

oracle大神们给个语句create text语句咯
今天我做文章突然想到context字段内容过大,然后text就出现在我脑海里,我去改表的时候创建text不行,一定是我语法问题,所以小弟还得请大神们给个语句

------解决方案--------------------
SQL code

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