Maximum value for LOAD TABLE SKIP clause [CR 615402]

In “SQL statements > LOAD TABLE statement,” the description of the SKIP clause in the “Usage” section should be updated to include the maximum number of rows to skip:

SKIP Defines the number of rows to skip at the beginning of the input tables for this load. The maximum number of rows to skip is 231 - 1 (2147483647). The default is 0.