Hi,
I'm trying to get around a delegation issue by running a clear collect that brings data from the table in batches.
We have an autonumber ID column in the data, but this is stored as text/string, rather than a whole number.
If I try to, for example, find the max value of this column, it's not delegable because it's stored as text.
I want to create a second column that has the ID stored as a number. Is this possible?
Thanks,