mysqli更新不了數據
rapture
rapture 2020-02-07 15:04:07
0
5
1375

$sql="UPDATE 'student' SET 'course'='javascript','grade'=88,'WHERE 'id'=3";運行後提示;連線成功更新失敗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 ''student' SET 'name'='小明','course'='javascript','grade'=88, 'create_tim' at line 1

rapture
rapture

全部回覆(4)
rapture

好的,謝謝您

小梨

打錯了,會提示對應的sql

小梨

咱的看不懂你打的是什麼,你自己在web資料庫線上管理裡修改一下,然後會提示相信的sql語句

Peter-Zhu

欄位, 表名要用反引號, 而不是單引號...反引號在ESC鍵下面

  • 回覆 $sql="UPDATE `student`, SET `course`=`javascript`,`grade`=88,WHERE `id`=3";我換成ESC按鍵下面的反引號了,還有出錯 錯誤提示:更新失敗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 'SET `course`=`javascript`,`grade`=88,WHERE `id `=3' at line 1
    rapture 作者 2020-02-10 14:37:03
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板