«Copy as SQL INSERT» add quotes for column of type integer. Eg. : CREATE TABLE `croc` ( `id` int unsigned NOT NULL AUTO_INCREMENT ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; INSERT INTO croc (id) VALUES ...