mysql 命令行報錯
ERROR 1064 (42000): 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 'SELECT ROW_COUNT() into insert_count;
? ? ? ? ? ? IF (insert_count < 0 ) THEN
? ' at line 10
2016-10-13
檢查是不是少分號了,我就是在上面的insertvalues后面插入語句忘了寫分號了
2016-09-28
發全,你的代碼