MySQL Forums
Forum List  »  Triggers

Re: INSERT INTO on AFTER UPDATE trigger
Posted by: JK Heydt
Date: June 26, 2020 02:49PM

So I didn't update! Yikes. Now I get this:

Operation failed: There was an error while applying the SQL script to the database.
Executing:
UPDATE `hto_demo`.`field` SET `FieldID` = '101' WHERE (`TableCd` = 'FLD') and (`FieldID` = '100');

ERROR 1305: 1305: FUNCTION hto_demo.Getdate does not exist
SQL Statement:
UPDATE `hto_demo`.`field` SET `FieldID` = '101' WHERE (`TableCd` = 'FLD') and (`FieldID` = '100')


So is there a getdate() function in MySQL?

Options: ReplyQuote


Subject
Views
Written By
Posted
1100
June 26, 2020 06:21AM
Re: INSERT INTO on AFTER UPDATE trigger
545
June 26, 2020 02:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.