Syntax of the UNLOAD statement

The UNLOAD statement in DB-Access unloads selected rows from a table into a text file.


1  UNLOAD TO 'filename'? DELIMITER'delimiter'  %SELECT Statement(1)
Notes:
Element Purpose Key Considerations
delimiter Character to use as delimiter Requirements: See Syntax for the delimiter form
filename Specifies the input file None.

This syntax diagram is only for quick reference. For details about the syntax and use of the UNLOAD statement, see UNLOAD statement.