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;...;
...
|
|
|
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. |
|||
|