Split a Table
Split a large table into smaller subtables.
Overview
This procedure divides a given table into smaller subtables, each containing at most a specified number of rows. It is useful for handling large datasets that exceed processing or display limits.
The maximum supported row count is 30,0000. If no row count is specified, the procedure defaults to using the maximum allowed.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Split a Table into Subtables Using the Default Row Count
create a sample table
split the sample table into subtables
2. Split a Table into Subtables with 2 Rows Each
create a sample table
split the sample table into subtables where
the row count is 2
Last updated
Was this helpful?