select * from table where colmn1 is null
update table set column1 = null
alter table TB_YX_KZCQD_DATA
add c_sfjn varchar(10);
select * from table where colmn1 is null
update table set column1 = null
alter table TB_YX_KZCQD_DATA
add c_sfjn varchar(10);