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.
Possible Causes and Solutions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?