ONLY TABLES
# List of tables
EMPLOYEE #Employee table
I910.SALES #Sales tableUse the # character to add a comment
to the file.- ONLY TABLES
- Syntax
- ONLY TABLES ( tablename | qualifier.tablename , tablename | qualifier.tablename , ... )
- Variable
- A table name, a fully qualified table name, or the filename that contains the list of tables.
- Default
- ALL
- Example
- ONLY TABLES (EMPLOYEE, I910.SALES)
Restriction:
- You can not specify the ONLY TABLES option if you have specified SELECT blocks in the UNLOAD block.