這是什么意思???
“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 ''tb3'' at line 1”這是什么意思???
“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 ''tb3'' at line 1”這是什么意思???
2018-09-07
舉報
2018-09-08
這個錯誤表示你當(dāng)前并沒有使用到名為“test”的數(shù)據(jù)庫,因該是不小心進到別的數(shù)據(jù)庫了,比如我當(dāng)前使用的是imooc的數(shù)據(jù)庫,我要訪問"test"數(shù)據(jù)庫中的名為"tb3"的表就必須寫成SELECT * FROM test.tb3;
2018-09-07
表示你的sql語句寫錯了,錯誤在 "tb3"的附近,你仔細看下是不是有關(guān)鍵字拼錯了