Export IBM DB2 data to excel ibm DB2 data export to EXCEL test server test: server2003 (1)
Db2 export to d: \ mytest.xls of del modified by nochardel coldel0x09 select * from mytest
0x09 indicates that fields are separated by the tab key. This can also be exported without garbled characters. The header is not exported. If the exported data volume is large, open it in excel 2007 or later. EXCEL 2010 supports a maximum of 1048576 records (1.08 million data records exported). Millions of data records can be exported to dozens of seconds. It takes one minute to open it in EXCEL. The excess part is not displayed. (2) SqlDbx.exe download http://www.itpub.net/attachment.php? Aid = Export & fid = 39 export with a header 1. Use Quest Central for DB2 v5.0to establish a connection with the database. 2. Use sqldbx.exe to connect to the database. 3. Use export to export the selected table and excel to export it. Sometimes garbled characters exist. No garbled characters are exported from SqlDbx.exe. SqlDbx exports a table header, while EXPORT does not.