Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Excel シートにデータがあります。Excel のすべてのデータを sqlite3 にインポートしたいのは大きなデータです。このデータを iPhone に使用しています。
ありがとう
.import コマンドを使用します。
.separator "," .import excel_export.csv your_table
参照: