关于#mysql#的问题:运行结果及报错内容 > 1064 - You have an error in your SQL syntax

######创建个表 照着教程敲 结果运行不了
CREATE TABLE Addressbook (
regest_no INT NOT NULL PRIMARY KEY,
name VARCHAR(128) not NULL,
)

运行结果及报错内容 > 1064 - 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 ')' at line 3
麻烦腿子们帮忙看看谢谢

找到问题了 是符号的原因 没有设置半角