sqlite3 xxx.sqllite
.separator \t
.import file geo_quantity_sspu
其中,xxx.sql是sqlite3的数据库文件。file的每一行表示一条记录,由\t分割。[......]
如何将txt文本导入sqlite3的数据库中
Leave a reply
sqlite3 xxx.sqllite
.separator \t
.import file geo_quantity_sspu
其中,xxx.sql是sqlite3的数据库文件。file的每一行表示一条记录,由\t分割。[......]