Clay Icon

Best Methods to Split Table Records into Chunks of 200

ยท
ยท

which is the best way to split records in a table? lets say I have 1,000 records in a table, I want to divide it into chunks of 200 each, which is the best trick to do that?