为什么我用mysql创建表就提示错误,代码如下:
create table xs 
(
   '学号' char(6) not null primary key
);
为什么输入中文的学号就提示错误呢,而英文的就可以