# 去掉 -header 可以忽略第一行的标题sqlite3 -header -csv data.db "select * from log;" > xx.csv 转载于:https://www.cnblogs.com/beckzhu/p/6543526.html