Re: issues with triggers
Please note that the sentence
UPDATE `parque_novo_indice`.`area` SET `area_pai`='1' WHERE `area_id`='1';
should and inser sucha as
INSERT INTO `parque_novo_indice`.`area` (`area_id`, `area_pai`, `nome`) VALUES ('15', '1', '233');
mysql Ver 14.14 Distrib 5.6.17, for Win32 (x86)
Subject
Views
Written By
Posted
2749
May 26, 2014 11:09AM
Re: issues with triggers
1136
May 26, 2014 11:16AM
1131
May 28, 2014 10:27AM
1218
May 27, 2014 03:47PM
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.