Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 534 Bytes

postgreql_countries.sql

Countries List with Continents Ready for PostgreSQL using (ISO 3166-1 alpha-2) as primary key

Contry table Interesting rows: name full-name (ISO 3166-1 alpha-2) https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 (ISO 3166-1 alpha-3) https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3 (ISO 3166-1 numeric) https://en.wikipedia.org/wiki/ISO_3166-1_numeric

Credits to https://gist.github.com/kamermans/1441495 Mysql original version

246 countries originally included

Comments for completition are welcomed