Mysql
 sql >> Database >  >> RDS >> Mysql

Come modificare un evento in MySQL che è già stato creato

Solo un semplice comando di modifica?

ALTER event _insert 
   ON SCHEDULE AT '2012-10-08 17:09' + INTERVAL 1 MINUTE -- or new date 
   DO INSERT INTO event_test VALUES(now());