编号
,年龄
,create table tb_walg(
-> id int comment '编号',
-> age int comment '年龄',
-> name varchar(50) comment '姓名',
-> gender varchar(1) comment '性别'
-> ) comment `用户表';
这是文本.我不知道是哪里出现了问题家人们刚刚学的
create table tb_walg(
id int comment '编号',
age int comment '年龄',
name varchar(50) comment '姓名',
gender varchar(1) comment '性别'
) comment= '用户表';