mysql控制台语句没反应及You have an error in your SQL syntax; check the manual that corresponds to your MySQL

这是因为结束的语句没有加’;’
注意,执行的每一行命令都要以这个结尾
mysql控制台语句没反应及You have an error in your SQL syntax; check the manual that corresponds to your MySQL_第1张图片可以看到上面就是因为没有加’;'导致疯狂报错.

你可能感兴趣的:(mysql,数据库)