#2
rabbit_1232010-12-07 11:49
|
在mysql中创建一个表t
create table 't'('id' varchar(10) not null)
会提示错误
You have an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near ''id' varchar(10) not null)' at line 1
该怎么解决??