Long 可变字符  <=2GB字节
Long 数据类型的限制:
select中可以用long
update中可以用select子句
insert 中可以用values子句
每个表只能允许一个long列
long列不能列出完整性约束(null,not null除外)
long列不能被索引,
过程或存储函数不能接受long型函数
存储函数不能返回long型值.long目前不能出现在以下情况中:
select 中的where ,group by,order by,connect by,distinct
不能对long列做substr,instr计算
表达式或条件,
子查询或集合中不能用long.
create table ...as select..中不能用long