hi guys, I am running MySQL QB 1.1.19. I am wondering why every other SQL Query program can perform a multi-line SQL statement but MySQL QB can not? What is needed to do to make it work?
I am unable to execute this statement in QB in the SCRIPT window:
CREATE TRIGGER Inventory_BeforeDelete BEFORE DELETE ON Inventory
FOR EACH ROW
BEGIN
DELETE FROM InventoryProperty WHERE InventoryProperty.InventoryKey=OLD.InventoryKey;
END;
QB want's the entire thing on one line. Please help me in some way!
Thank you!
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --