使用 SQL 查询插入批量父行和子行

发布于 2024-12-24 02:10:54 字数 113 浏览 0 评论 0原文

我们通过电子表格接收来自客户的大量数据。截至目前,我将它们加载到临时表中。我尝试标准化数据并创建一个父表,每个父表都有 4 或 5 个子行。有没有办法使用查询插入所有父母及其孩子?我不想写一个应用程序来做到这一点

We receive bulk data from our customers in a spread sheet. I loaded them in a temporary table as of now. I tried to normalize the data and create a parent table and each parent to have 4 or 5 child rows. Is there a way to insert all the parents and their children using queries? I dont want to write an Application to do that

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆悲凉 2024-12-31 02:10:54

如果您特别希望仅编写查询来执行此任务,请查看以下文章,其中概述了为 Excel 文档设置链接服务器的方法。

http://www.sql-server-helper .com/tips/read-import-excel-file-p01.aspx

如果您正确设置了此设置(这可能很痛苦),那么就像直接查询数据一样简单。

If you're specifically looking to write only queries to perform this task, check out the following article that outlines a way to set up a linked server to an excel doc.

http://www.sql-server-helper.com/tips/read-import-excel-file-p01.aspx

If you get this set up correctly (which can be a pain) it's as easy as querying the data directly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文