CREATE PROCEDURE test ()
BEGIN
update vmc_preselling_activity SET last_modify = now() WHERE activity_id = '18';
END;
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 'END' at line 1
指导指导?
有只小跳蛙
相关分类