MySQL Forums
Forum List  »  Triggers

Re: Trigger help - need to deduct values in one table column from another table after an order table is set to a certain value
Posted by: Peter Brawley
Date: November 15, 2019 09:07AM

You could add the logic to the existing Trigger.

Joins in Update stmts are OK but it seems to me you just need Where clause orderid logic for the order_bridge table like you've written in your Where clause for the existing Trigger.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Trigger help - need to deduct values in one table column from another table after an order table is set to a certain value
566
November 15, 2019 09:07AM


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.