Given table1, table2, and table3 (assume they are identical in structure), is it possible to select the first 1/3 records of table1, table2, and table3? Then the second 1/3? Then the last 1/3?
Given table1, table2, and table3 (assume they are identical in structure), is it possible
Share
The first 1/3 record:
The second 2/3::
The last 1/3 record: