MySQL Forums
Forum List  »  Docs

fix some typo in world.sql
Posted by: Alex -----
Date: August 25, 2023 04:44AM

1.
Please change in world.sql next lines

INSERT INTO `city` VALUES (144,'Baku','AZE','Baki',1787800);
INSERT INTO `city` VALUES (145,'Gäncä','AZE','Gäncä',299300);
INSERT INTO `city` VALUES (146,'Sumqayit','AZE','Sumqayit',283000);
INSERT INTO `city` VALUES (147,'Mingäçevir','AZE','Mingäçevir',93900);

INSERT INTO `country` VALUES ('AZE','Azerbaijan','Asia','Middle East',86600.00,1991,7734000,62.9,4127.00,4100.00,'Azärbaycan','Federal Republic','Heydär Äliyev',144,'AZ');


to


INSERT INTO `city` VALUES (144,'Bakı','AZE','Bakı',1787800);
INSERT INTO `city` VALUES (145,'Gəncə','AZE','Gəncə',299300);
INSERT INTO `city` VALUES (146,'Sumqayıt','AZE','Sumqayıt',283000);
INSERT INTO `city` VALUES (147,'Mingəçevir','AZE','Mingəçevir',93900);

INSERT INTO `country` VALUES ('AZE','Azerbaijan','Asia','Middle East',86600.00,1991,7734000,62.9,4127.00,4100.00,'Azərbaycan','Republic','İlham Əliyev',144,'AZ');



2.
Remove next line
INSERT INTO `countrylanguage` VALUES ('AZE','Armenian','F',2.0);

Options: ReplyQuote


Subject
Views
Written By
Posted
fix some typo in world.sql
399
August 25, 2023 04:44AM
219
November 11, 2023 01:20AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.