スポンサードリンク SQLiteでCSVファイルのインポート 郵便番号cvsを.importする 実践的な運用を想定してデータの大量投入をやってみます。こういうときはやっぱり、日本郵政公社の郵便番号データがもってこいです。 テーブルを作成するsql $ cat create-tbl.sql create table zip ( col1 text not null, col2 text not null, col3 text not null, col4 text not null, col5 text not null, col6 text not null, col7 text not null, col8 text not null, col9 text not null, col10 integer not null, col11 integer not null, col12 i