Syntax of the UNLOAD statement
The UNLOAD statement in DB-Access unloads selected rows from a table into a text file.
>>-UNLOAD TO--'filename'--+----------------------+--------------> '-DELIMITER'delimiter'-' (1) >--| SELECT Statement |----------------------------------------><
Notes:
- See SELECT statement.
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.