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 09:27AM

I found something that makes sense, but I'm still getting syntax errors.

Commas instead of periods in the concat.


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.

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.