MySQL Forums
Forum List  »  Newbie

Re: Simple Trigger For AutoIncrement Field
Posted by: Karen Reynolds
Date: October 01, 2015 09:18AM

got it.

CREATE TRIGGER `re_tracker_import_before_insert` BEFORE INSERT ON `re_tracker_import` FOR EACH ROW BEGIN
set new.REUqI = uuid();
END

Options: ReplyQuote


Subject
Written By
Posted
Re: Simple Trigger For AutoIncrement Field
October 01, 2015 09:18AM


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.