Re: Issues with converting update command to trigger
Error
SQL query: Documentation
CREATE TRIGGER add_desc AFTER insert on telemetry_log FOR EACH ROW
set new.device_desc = ( select device_desc from id_name_device where device_id=new.device_id );
end;
MySQL said: Documentation
#1362 - Updating of NEW row is not allowed in after trigger
Subject
Views
Written By
Posted
238
July 01, 2020 09:29AM
Re: Issues with converting update command to trigger
71
July 02, 2020 07:10PM
Sorry, only registered users may post in this forum.
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.