Created
December 2, 2018 13:03
-
-
Save ersin-demirtas/0865ca572a458ad15f3a1e74d1670869 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Afghanistan","AF","AFG","AFN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Albania","AL","ALB","ALL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Algeria","DZ","DZA","DZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("American Samoa","AS","ASM","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Andorra","AD","AND","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Angola","AO","AGO","AOA", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Anguilla","AI","AIA","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Antarctica","AQ","ATA","", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Antigua and Barbuda","AG","ATG","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Argentina","AR","ARG","ARS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Armenia","AM","ARM","AMD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Aruba","AW","ABW","AWG", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Australia","AU","AUS","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Austria","AT","AUT","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Azerbaijan","AZ","AZE","AZN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bahamas","BS","BHS","BSD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bahrain","BH","BHR","BHD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bangladesh","BD","BGD","BDT", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Barbados","BB","BRB","BBD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Belarus","BY","BLR","BYR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Belgium","BE","BEL","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Belize","BZ","BLZ","BZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Benin","BJ","BEN","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bermuda","BM","BMU","BMD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bhutan","BT","BTN","INR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bolivia, Plurinational State of","BO","BOL","BOB", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bonaire, Sint Eustatius and Saba","BQ","BES","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bosnia and Herzegovina","BA","BIH","BAM", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Botswana","BW","BWA","BWP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bouvet Island","BV","BVT","NOK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Brazil","BR","BRA","BRL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("British Indian Ocean Territory","IO","IOT","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Brunei Darussalam","BN","BRN","BND", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Bulgaria","BG","BGR","BGN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Burkina Faso","BF","BFA","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Burundi","BI","BDI","BIF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cambodia","KH","KHM","KHR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cameroon","CM","CMR","XAF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Canada","CA","CAN","CAD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cape Verde","CV","CPV","CVE", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cayman Islands","KY","CYM","KYD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Central African Republic","CF","CAF","XAF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Chad","TD","TCD","XAF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Chile","CL","CHL","CLP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("China","CN","CHN","CNY", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Christmas Island","CX","CXR","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cocos (Keeling) Islands","CC","CCK","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Colombia","CO","COL","COP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Comoros","KM","COM","KMF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Congo","CG","COG","XAF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Congo, the Democratic Republic of the","CD","COD","CDF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cook Islands","CK","COK","NZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Costa Rica","CR","CRI","CRC", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Croatia","HR","HRV","HRK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cuba","CU","CUB","CUP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Curaçao","CW","CUW","ANG", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Cyprus","CY","CYP","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Czech Republic","CZ","CZE","CZK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Côte d'Ivoire","CI","CIV","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Denmark","DK","DNK","DKK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Djibouti","DJ","DJI","DJF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Dominica","DM","DMA","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Dominican Republic","DO","DOM","DOP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Ecuador","EC","ECU","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Egypt","EG","EGY","EGP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("El Salvador","SV","SLV","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Equatorial Guinea","GQ","GNQ","XAF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Eritrea","ER","ERI","ERN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Estonia","EE","EST","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Ethiopia","ET","ETH","ETB", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Falkland Islands (Malvinas)","FK","FLK","FKP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Faroe Islands","FO","FRO","DKK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Fiji","FJ","FJI","FJD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Finland","FI","FIN","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("France","FR","FRA","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("French Guiana","GF","GUF","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("French Polynesia","PF","PYF","XPF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("French Southern Territories","TF","ATF","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Gabon","GA","GAB","XAF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Gambia","GM","GMB","GMD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Georgia","GE","GEO","GEL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Germany","DE","DEU","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Ghana","GH","GHA","GHS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Gibraltar","GI","GIB","GIP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Greece","GR","GRC","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Greenland","GL","GRL","DKK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Grenada","GD","GRD","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guadeloupe","GP","GLP","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guam","GU","GUM","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guatemala","GT","GTM","GTQ", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guernsey","GG","GGY","GBP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guinea","GN","GIN","GNF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guinea-Bissau","GW","GNB","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Guyana","GY","GUY","GYD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Haiti","HT","HTI","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Heard Island and McDonald Mcdonald Islands","HM","HMD","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Holy See (Vatican City State)","VA","VAT","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Honduras","HN","HND","HNL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Hong Kong","HK","HKG","HKD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Hungary","HU","HUN","HUF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Iceland","IS","ISL","ISK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("India","IN","IND","INR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Indonesia","ID","IDN","IDR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Iran, Islamic Republic of","IR","IRN","IRR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Iraq","IQ","IRQ","IQD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Ireland","IE","IRL","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Isle of Man","IM","IMN","GBP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Israel","IL","ISR","ILS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Italy","IT","ITA","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Jamaica","JM","JAM","JMD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Japan","JP","JPN","JPY", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Jersey","JE","JEY","GBP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Jordan","JO","JOR","JOD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Kazakhstan","KZ","KAZ","KZT", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Kenya","KE","KEN","KES", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Kiribati","KI","KIR","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Korea, Democratic People's Republic of","KP","PRK","KPW", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Korea, Republic of","KR","KOR","KRW", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Kuwait","KW","KWT","KWD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Kyrgyzstan","KG","KGZ","KGS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Lao People's Democratic Republic","LA","LAO","LAK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Latvia","LV","LVA","LVL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Lebanon","LB","LBN","LBP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Lesotho","LS","LSO","ZAR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Liberia","LR","LBR","LRD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Libya","LY","LBY","LYD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Liechtenstein","LI","LIE","CHF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Lithuania","LT","LTU","LTL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Luxembourg","LU","LUX","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Macao","MO","MAC","MOP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Macedonia, the Former Yugoslav Republic of","MK","MKD","MKD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Madagascar","MG","MDG","MGA", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Malawi","MW","MWI","MWK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Malaysia","MY","MYS","MYR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Maldives","MV","MDV","MVR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mali","ML","MLI","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Malta","MT","MLT","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Marshall Islands","MH","MHL","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Martinique","MQ","MTQ","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mauritania","MR","MRT","MRO", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mauritius","MU","MUS","MUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mayotte","YT","MYT","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mexico","MX","MEX","MXN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Micronesia, Federated States of","FM","FSM","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Moldova, Republic of","MD","MDA","MDL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Monaco","MC","MCO","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mongolia","MN","MNG","MNT", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Montenegro","ME","MNE","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Montserrat","MS","MSR","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Morocco","MA","MAR","MAD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Mozambique","MZ","MOZ","MZN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Myanmar","MM","MMR","MMK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Namibia","NA","NAM","ZAR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Nauru","NR","NRU","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Nepal","NP","NPL","NPR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Netherlands","NL","NLD","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("New Caledonia","NC","NCL","XPF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("New Zealand","NZ","NZL","NZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Nicaragua","NI","NIC","NIO", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Niger","NE","NER","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Nigeria","NG","NGA","NGN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Niue","NU","NIU","NZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Norfolk Island","NF","NFK","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Northern Mariana Islands","MP","MNP","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Norway","NO","NOR","NOK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Oman","OM","OMN","OMR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Pakistan","PK","PAK","PKR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Palau","PW","PLW","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Palestine, State of","PS","PSE","0", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Panama","PA","PAN","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Papua New Guinea","PG","PNG","PGK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Paraguay","PY","PRY","PYG", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Peru","PE","PER","PEN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Philippines","PH","PHL","PHP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Pitcairn","PN","PCN","NZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Poland","PL","POL","PLN", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Portugal","PT","PRT","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Puerto Rico","PR","PRI","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Qatar","QA","QAT","QAR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Romania","RO","ROU","RON", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Russian Federation","RU","RUS","RUB", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Rwanda","RW","RWA","RWF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Réunion","RE","REU","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Barthélemy","BL","BLM","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Helena, Ascension and Tristan da Cunha","SH","SHN","SHP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Kitts and Nevis","KN","KNA","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Lucia","LC","LCA","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Martin (French part)","MF","MAF","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Pierre and Miquelon","PM","SPM","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saint Vincent and the Grenadines","VC","VCT","XCD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Samoa","WS","WSM","WST", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("San Marino","SM","SMR","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Sao Tome and Principe","ST","STP","STD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Saudi Arabia","SA","SAU","SAR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Senegal","SN","SEN","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Serbia","RS","SRB","RSD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Seychelles","SC","SYC","SCR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Sierra Leone","SL","SLE","SLL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Singapore","SG","SGP","SGD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Sint Maarten (Dutch part)","SX","SXM","ANG", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Slovakia","SK","SVK","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Slovenia","SI","SVN","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Solomon Islands","SB","SLB","SBD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Somalia","SO","SOM","SOS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("South Africa","ZA","ZAF","ZAR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("South Georgia and the South Sandwich Islands","GS","SGS","0", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("South Sudan","SS","SSD","SSP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Spain","ES","ESP","EUR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Sri Lanka","LK","LKA","LKR", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Sudan","SD","SDN","SDG", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Suriname","SR","SUR","SRD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Svalbard and Jan Mayen","SJ","SJM","NOK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Swaziland","SZ","SWZ","SZL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Sweden","SE","SWE","SEK", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Switzerland","CH","CHE","CHF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Syrian Arab Republic","SY","SYR","SYP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Taiwan","TW","TWN","TWD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Tajikistan","TJ","TJK","TJS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Tanzania, United Republic of","TZ","TZA","TZS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Thailand","TH","THA","THB", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Timor-Leste","TL","TLS","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Togo","TG","TGO","XOF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Tokelau","TK","TKL","NZD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Tonga","TO","TON","TOP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Trinidad and Tobago","TT","TTO","TTD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Tunisia","TN","TUN","TND", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Turkey","TR","TUR","TRY", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Turkmenistan","TM","TKM","TMT", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Turks and Caicos Islands","TC","TCA","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Tuvalu","TV","TUV","AUD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Uganda","UG","UGA","UGX", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Ukraine","UA","UKR","UAH", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("United Arab Emirates","AE","ARE","AED", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("United Kingdom","GB","GBR","GBP", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("United States","US","USA","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("United States Minor Outlying Islands","UM","UMI","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Uruguay","UY","URY","UYU", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Uzbekistan","UZ","UZB","UZS", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Vanuatu","VU","VUT","VUV", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Venezuela, Bolivarian Republic of","VE","VEN","VEF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Viet Nam","VN","VNM","VND", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Virgin Islands, British","VG","VGB","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Virgin Islands, U.S.","VI","VIR","USD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Wallis and Futuna","WF","WLF","XPF", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Western Sahara","EH","ESH","MAD", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Yemen","YE","YEM","YER", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Zambia","ZM","ZMB","ZMW", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Zimbabwe","ZW","ZWE","ZWL", now()); | |
insert into countries(name, iso2, iso3, currency, created_at) VALUES ("Öland Islands","AX","ALA","EUR", now()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment