Syntax
<set_column_spec_mlt> ::= <
set_column_spec> <set_column_spec_mlt>Use
This is a
syntax rule for describing columns.Use it in a
DATAUPDATE command to define the columns of the target table that you want to update.DATAUPDATE TABLE customer
KEY cno 01-04
SET place 05-16
INFILE 'customer.data' FORMATTED