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
检查是不是少分号了,我就是在上面的insertvalues后面插入语句忘了写分号了
发全,你的代码