alter table test_tb5 modify s_name varchar(255) not null default 1000;
1条回答 默认 最新
- ACMAIN_CHM 2021-10-15 22:40关注
先把这个s_name 字段里的 null 都 update 为 1000
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
alter table test_tb5 modify s_name varchar(255) not null default 1000;
先把这个s_name 字段里的 null 都 update 为 1000