MySQL Forums
Forum List  »  Triggers

Re: Using Sequel Pro and keep getting syntax errors for my trigger...
Posted by: Jim Reamer
Date: December 19, 2017 10:36PM

Using phpMyAdmin, I'm getting the same syntax error.

Time: after
Action: insert

For each row
Begin
Insert into `wp_terms`
set `name` = concat(NEW.nameFirst,' ',NEW.nameLast);
End;

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.