SyntaxFix
Write A Post
Hire A Developer
Questions
For some databases, you can just explicitly insert a NULL into the auto_increment column:
NULL
auto_increment
INSERT INTO table_name VALUES (NULL, 'my name', 'my group')