You can use the UNLOAD statement in DB–Access to unload selected rows from a table into a text file.
>>-UNLOAD TO--'filename'--+----------------------+--------------> '-DELIMITER'delimiter'-' (1) >--| SELECT Statement |----------------------------------------><
| Element | Purpose | Key Considerations |
|---|---|---|
| delimiter | Character to use as delimiter | Restrictions: 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 the IBM Informix: Guide to SQL Syntax.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]