Error 4093: Wrong INSERT into a SEQUENCE. One can only do single table INSERT into a sequence object

Error CodeSQLSTATEErrorDescription
4093ER_WRONG_INSERT_INTO_SEQUENCEWrong 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.

Possible Causes and Solutions

This article doesn't currently contain any content. You can help!

Comments

Comments loading...
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.