How do I insert an empty row, but have the autonumber update correctly? April 7, 2024 by Tarik INSERT INTO `table` (`primary_key`) VALUES (NULL);