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.
是否可以在插入/导入数据库之前删除/删除 CSV 文件中不必要的行?我有上传文件。
例如。
我想删除/删除 CSV 中的空白行,或者我只想在我的数据库字段中插入数据。
非常感谢!
我建议您将数据加载到临时表中,然后使用 SQL 进行过滤。
毕竟,您是将数据放入数据库中。数据库非常擅长这种操作