LoginSignup
0
0

More than 5 years have passed since last update.

Mysqlでのプロシージャ更新でエラー

Posted at

ALTER PROCEDURE で直そうとすると
1064 - 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~~~
と怒られるので、一回
DROP PROCEDURE `【プロシージャ名】`;
で消してから
CREATE PROCEDURE ~~

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0