Parameter | Mand | Type | Default | Constraints |
count | yes | Int | | |
The number of rows to insert |
from | yes | Table | | |
The fully qualified name of the source table |
fromrow | yes | Int | | |
The first row number in the source table which will be inserted into the destination table |
to | yes | Table | | |
The fully qualified name of the destination table |
torow | yes | Int | | |
The row number where the source table should be inserted to |
Parameter | Mand | Type | Default | Constraints |