创建表匿名 · 更新于 2016/9/17 create table study ( id int(11) not null primary key, name varchar(50) not null ) engine=innoDB,comment='学生表'; 上一篇max和min函数下一篇④MySql运算符