Hi All
I am looking for world language & nationality/ethnic race list in sql format. Is there any resource which is importable into MySql ?
Thanks in advance
Hi All
I am looking for world language & nationality/ethnic race list in sql format. Is there any resource which is importable into MySql ?
Thanks in advance
http://www.sil.org/iso639-3/download.asp
, with samples of CREATE TABLE
statements.
To import a tab-delimited sheet into MySQL
, use LOAD DATA INFILE
.