Hi Experts,
say the data in the source file consists of 100 records with empno ranging from 100-200. If I hardcode the update operation with a where clause =100 in DML label (which should update only 1 row in target), will the work table be loaded with 1 row or from rows 100-200?
What is the format of the worktable(will it store the data acquired in the datatype specified using the FIELD or is it equivalent to the datatype specified in target table) eg: if I use the TEXT format which has all CHAR datatypes for FIELD, now will the work table columns be comprised of CHAR datatype or the equivalent target table column data type.
Will the default values, identity column values specified on the target table will be loaded into the work table even if they are not specified in the INSERT statement in DML label clause (which will ultimately be loaded into the target table)?
Tags:
Forums: