INSERTINTO test.out(num,message)SELECT num,name FROM test.IN,hotel
WHEREIN.message = hotel.pin;
END $$
DELIMITER ;
CREATE trigger `pull` after INSERT on `test.IN`
for each row
BEGIN
CALL sample();
When I tried to create a trigger to call the procedure it is throwing error.
so please solve my small Query
Thanks in advance
Last edited by peter_budo; Jan 6th, 2009 at 9:27 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.