Code:
INSERT INTO `geo_zones` VALUES ('', 'Shp: European Union: All', 'Entire European Union', NULL, now());
INSERT INTO `zones_to_geo_zones` VALUES ('', 14, 0, last_insert_id(), NULL, now()),
('', 21, 0, last_insert_id(), NULL, now()),
('', 55, 0, last_insert_id(), NULL, now()),
('', 56, 0, last_insert_id(), NULL, now()),
('', 57, 0, last_insert_id(), NULL, now()),
('', 67, 0, last_insert_id(), NULL, now()),
('', 72, 0, last_insert_id(), NULL, now()),
('', 73, 0, last_insert_id(), NULL, now()),
('', 81, 0, last_insert_id(), NULL, now()),
('', 84, 0, last_insert_id(), NULL, now()),
('', 97, 0, last_insert_id(), NULL, now()),
('', 103, 0, last_insert_id(), NULL, now()),
('', 105, 0, last_insert_id(), NULL, now()),
('', 117, 0, last_insert_id(), NULL, now()),
('', 123, 0, last_insert_id(), NULL, now()),
('', 124, 0, last_insert_id(), NULL, now()),
('', 132, 0, last_insert_id(), NULL, now()),
('', 170, 0, last_insert_id(), NULL, now()),
('', 171, 0, last_insert_id(), NULL, now()),
('', 189, 0, last_insert_id(), NULL, now()),
('', 190, 0, last_insert_id(), NULL, now()),
('', 195, 0, last_insert_id(), NULL, now()),
('', 203, 0, last_insert_id(), NULL, now()),
('', 150, 0, last_insert_id(), NULL, now()),
('', 222, 0, last_insert_id(), NULL, now());