creata table t(x int(6) zerofill,y int);

  insert into t(x,y) values(1,1);

  select x,y from t;

  MySQL zerofill 的用法

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2022-02-17
  • 2021-09-26
  • 2021-04-20
  • 2021-06-14
  • 2021-06-25
  • 2021-07-17
猜你喜欢
  • 2022-02-19
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-07-26
  • 2021-10-23
  • 2021-07-14
相关资源
相似解决方案