带表名的 db2 导出

发布于 2024-10-08 21:38:06 字数 130 浏览 3 评论 0原文

有人可以告诉我在 db2 db 中是否可以将包含列名的表导出到 CSV 中吗?

例子:

column1;column2;...;
1234435;asdasda;...;
...

Can someone tell me if in db2 db is possible to export a table with column names included to CSV?

Example:

column1;column2;...;
1234435;asdasda;...;
...

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

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

发布评论

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

评论(1

说不完的你爱 2024-10-15 21:38:06

基于 EXPORT 命令,我猜您无法自动将列名放入导出的文件中。但是,您可以指定要导出的列以及它们的放置顺序。

Based on the documentation for the EXPORT command, I'm guessing you can't automatically put in the column names in the exported file. You can, however, specify which columns to export and what order to place them in.

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