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?
Subject
Views
Written By
Posted
1794
June 26, 2020 06:21AM
883
June 26, 2020 06:28AM
791
June 26, 2020 09:16AM
755
June 26, 2020 02:41PM
739
June 26, 2020 02:46PM
Re: INSERT INTO on AFTER UPDATE trigger
888
June 26, 2020 02:49PM
712
June 26, 2020 02:54PM
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.