MySQL Forums
Forum List  »  Triggers

Re: Create Trigger Syntax MYSQL V 5.5.8
Posted by: Peter Brawley
Date: April 20, 2011 05:04PM

What manual are you working from? Where in it do you find these syntaxes of yours!?

CREATE OR REPLACE FUNCTION trigger
RETURN SETOF ...
RETURN TABLE...
... WHERE ON INSERT...

We can't just make syntax up.

To write this trigger, you will need to specify the for_sale_columns which are to contain the item values to insert.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Create Trigger Syntax MYSQL V 5.5.8
1756
April 20, 2011 05:04PM


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.