开发者

db2 export with table names

Can someone tell me if in开发者_C百科 db2 db is possible to export a table with column names included to CSV?

Example:

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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜