INSERT INTO `ps_state` (`id_country`, `id_zone`, `name`, `iso_code`, `tax_behavior`, `active`) VALUES(15, 1,'Açores','PT-AC','0','1'), (15, 1,'Aveiro','PT-AV','0','1'), (15, 1,'Beja','PT-BE','0','1'), (15, 1,'Braga','PT-BR','0','1'), (15, 1,'Bragança','PT-BA','0','1'), (15, 1,'Castelo Branco','PT-CB','0','1'), (15, 1,'Coimbra','PT-CO','0','1'), (15, 1,'Évora','PT-EV','0','1'), (15, 1,'Faro','PT-FA','0','1'), (15, 1,'Guarda','PT-GU','0','1'), (15, 1,'Leiria','PT-LE','0','1'), (15, 1,'Lisboa','PT-LI','0','1'), (15, 1,'Madeira','PT-MA','0','1'), (15, 1,'Portalegre','PT-PA','0','1'), (15, 1,'Porto','PT-PO','0','1'), (15, 1,'Santarém','PT-SA','0','1'), (15, 1,'Setúbal','PT-SE','0','1'), (15, 1,'Viana do Castelo','PT-VC','0','1'), (15, 1,'Vila Real','PT-VR','0','1'), (15, 1,'Viseu','PT-VI','0','1');
Recuerda cambiar el prefijo de la tabla.