最新消息:

txt

txt文本导入sqlite3的数据库中

txt文本导入sqlite3的数据库中

admin 13年前(2014-01-29) 0浏览

sqlite3 aikaiyuan.sqllite .separator t .import file geo_quantity_sspu 其中,aikaiyuan.sqlite是sqlite3的数据库文件。file的每一行表示一条记录,由t分割。 ...