MySQL Forums
Forum List  »  Triggers

Re: mySQL trigger on record that creates a new table
Posted by: Peter Brawley
Date: June 12, 2020 11:26AM

Implicit & excplcit commits are't supported in Triggers, so you can't create a table in a Trigger.

Creating lots of new tables based on user input is a dicey proposition. What problem are you trying to solve here?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mySQL trigger on record that creates a new table
419
June 12, 2020 11:26AM


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.