基本操作
select service_level,fixpack_num from table (sysproc.env_get_inst_info()) as instanceinfo
alter table t_sys_dept_code add column DEPT_BI_CODE2 varchar(10) null
ALTER TABLE PORTAL.CMS_ARTICLE alter column id set not null
alter sequence seq_id restart with 100154073