摘要: 无符号、零填充 unsigned无符号 zerofill零填充 非空 create table t2( id int not null, name varchar ); insert into t2(id) values(1); insert into t2(id,name) values(0,'' 阅读全文
posted @ 2022-11-24 21:12 clever-cat 阅读(28) 评论(0) 推荐(0) 编辑