求大神解答 关于Mysql报错: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'show tables' at line 3 看了很久都没找到问题所在 输入法也换了 复制或者自己输入都试了 插入insert into一直没反应 不知道为啥
MariaDB [lab2]> INSERT INTO UNDERGRADUATE(Matric,Name,Address,CGPA) VALUES (“A1234567”,“Luth Wafiy”,“Bangi,Selangor”,3.84);
-> show tables;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'show tables' at line 2
MariaDB [lab2]> INSERT INTO UNDERGRADUATE(Matric,Name,Address,CGPA) VALUES
-> (“A1234567”,“Luth Wafiy”,“Bangi,Selangor”,3.84);
-> show tables;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'show tables' at line 3