creata table t(x int(6) zerofill,y int); insert into t(x,y) values(1,1); select x,y from t; 相关文章: 2022-12-23 2021-07-29 2022-02-17 2021-09-26 2021-04-20 2021-06-14 2021-06-25 2021-07-17