MySQL zerofill 的用法

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

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

  select x,y from t;

  

posted on 2015-04-04 10:54  蒋乐兴的技术随笔  阅读(706)  评论(0编辑  收藏  举报

导航