Error 4093: Wrong INSERT into a SEQUENCE. One can only do single table INSERT into a sequence object
Error Code | SQLSTATE | Error | Description |
---|---|---|---|
4093 | ER_WRONG_INSERT_INTO_SEQUENCE | Wrong INSERT into a SEQUENCE. One can only do single table INSERT into a sequence object (like with mysqldump). If you want to change the SEQUENCE, use ALTER SEQUENCE instead. |
Contents
Possible Causes and Solutions
This article doesn't currently contain any content. You can help!
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.