create table student(
id int(4) not null,
name char(20) not null,
age int(3) not null default '0',
dept varchar(16) default null,
);
posted on 2017-01-05 17:58 baxk2001 阅读(131) 评论(0) 编辑 收藏 举报