Hello everyone!
I have been trying to come up with a solution to this one for sometime but haven't yet managed.
I need to retrieve all the data from a table that has close to 1B records, but since the DB doesn't allow me to retrieve it all at once I have to paginate this and get 10k records by query run.
I tried using the "Dynamic input tool", but by the looks of it, it only replaces the clause once, and I have to run it multiple times.
Is it possible to do this using a batch macro, if so, how could I set it up?
I'm not using an API route, I'm connected directly inside the database.