June 2018
Intermediate to advanced
478 pages
10h 52m
English
The Export utility extracts data from a Db2 database table or view and externalizes it to a file, using the DEL format or the PC/IXF format. Such files can then be used to load data into other databases or can be used by other software applications such as spreadsheets and word processors to analyze the exported data.
The basic syntax for the EXPORT command is as shown:
EXPORT TO [FileName] OF [DEL | WSF | IXF] <LOBS TO [LOBPath]> <LOBFILE [LOBFileName]> <XML TO [XMLPath]> <XMLFILE [XMLFileName]> <MODIFIED BY [Modifiers]> <METHOD N ([ColumnNames])> <MESSAGES [MsgFileName]> [SELECTStatement]
Where,
Read now
Unlock full access