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.
我可以从 find 方法返回的数组中生成 sql insert 语句吗?
谢谢。
是的你可以。执行 find() 操作后,使用 foreach 循环迭代数据并使用“;”进行基于字符串的插入查询 作为每个插入查询后的分隔符。创建一个扩展名为 .sql 的文件并使用强制下载组件下载它。我有一些可以帮助你的代码。我会尽快给你代码。