第一次学mysql 报错了 不知道什么原因输入法也是对的 单词也没打错 就是不知道为什么报错
create table tb_user( id int comment '编号', name varchar(50) comment '姓名', age int comment '年龄', gender varchar(1) comment '性别' ) comment '用户表';
试一下这个