→zerofill=IDを001,002とかにしたい場合。(ゼロで空きスペースを埋める)
unsigned=正の整数。
create table TEST07( ID tinyint unsigned zerofill auto_increment not null primary key, NAME char(10) not nul, TEL char(12) not null );
→zerofill=IDを001,002とかにしたい場合。(ゼロで空きスペースを埋める)
unsigned=正の整数。
create table TEST07( ID tinyint unsigned zerofill auto_increment not null primary key, NAME char(10) not nul, TEL char(12) not null );
トラックバックURL: http://www.adg7.com/mt/mt-tb.cgi/502
コメントする