Answer the question
In order to leave comments, you need to log in
How we receive result of procedure in the trigger?
Hi all!
I cannot equate result of procedure in the trigger. Here is the code:
DROP TRIGGER IF EXISTS `InsertBuildingAnalysis`;
CREATE TRIGGER `InsertBuildingAnalysis` BEFORE INSERT ON `MDepartments` FOR EACH ROW
BEGIN
DECLARE population INT;
SET population = (CALL GetPopulationNumber(new.MOId));
END
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question