MySQL Forums
Forum List  »  Triggers

Re: Can't create the trigger i always get an error.
Posted by: Venkat Ram Santosh
Date: September 12, 2012 02:17PM

You should probably do something like

declare v_variable varchar(30);
select value into v_variable from table;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can't create the trigger i always get an error.
1309
September 12, 2012 02:17PM


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.