Syntax
<table_spec> ::=
<table_name> <if_condition>Use
This is a
syntax rule for describing tables.Use this rule in a
DATALOAD command to specify the name(s) and contents of the target table(s).It also applies to loading a table in the
FASTLOAD command. However, data can only be loaded to one table with one FASTLOAD command.You want to load those data records in the
DATALOAD
TABLE customer IF POS 1 = 'k'