How to split the below unstructured table into 500 records for each batch based on CREATED_DT < SYSDATE -2 considering there are more 90,000 records? I cannot just take the CREATED_DT as the date and the value will changeHow to split the below unstructured table into