SQLite Tutorial 5 : How to Import CSV or Excel file into SQLite database

前端之家收集整理的这篇文章主要介绍了SQLite Tutorial 5 : How to Import CSV or Excel file into SQLite database前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.将csv文件导入到sqlite database

a.选择 database->import


b.选择数据类型

c.然后在Execute sql里面执行

SELECT * FROM employee

就会看到所有结果

原文链接:/sqlite/199158.html

猜你在找的Sqlite相关文章