select * from table where colmn1 is null
update table set column1 = null
alter table TB_YX_KZCQD_DATA
add c_sfjn varchar(10);
本文提供了几个SQL操作的例子,包括查询所有列中特定列为NULL的数据、更新表中的某列值为NULL以及向表中添加新的列。
select * from table where colmn1 is null
update table set column1 = null
alter table TB_YX_KZCQD_DATA
add c_sfjn varchar(10);

被折叠的 条评论
为什么被折叠?