Sybase修改字段,允许为空
Sybase ?IQ建表的时候,字段默认是不允许为空的,即不能插入空值。
解决办法:修改该字段,允许其为空。
alter table [表] modify [字段] null;