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 蒋乐兴的技术随笔 阅读(720) 评论(0) 收藏 举报