报错信息:
check the manual that corresponds to your MySQL server version for the right syntax to use near ‘gradeid`’ at line 1
解决
发现是创建表时,表名设置不合法
例如:`teacher``gradeid`
将表名改为`teacher`就不会报错
报错信息:
check the manual that corresponds to your MySQL server version for the right syntax to use near ‘gradeid`’ at line 1
解决
发现是创建表时,表名设置不合法
例如:`teacher``gradeid`
将表名改为`teacher`就不会报错