使用 bcp 将记录附加到 csv 或文本文件中
如何使用 SQL Server 的 BCP 导出将记录附加到 C: 驱动器上的现有 csv 文件。
名称
a
b
现在,此“名称”表已更新为一些新名称:
名称
a
b
c
d
e
现在,我只想导出 c ,d ,e到我现有的 csv 文件,其中已经包含 a、b 和 c。我想将sql表中新添加的记录添加到我的csv文件中
how do I append records to an existing csv file on my C: drive by using BCP export of SQL Server.
Name
a
b
Now, this "Name" table has been updated with some new names:
Name
a
b
c
d
e
Now, i want to only export c ,d ,e to my existing csv file which already has a, b and c into it. i want to add these newly added records in sql table to my csv file
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论