MVSTeradata
Programmer
I need to create a sequence number on a table. I was using row number logic earlier but it takes forever to update the sequence number as it is huge table and new data is inserted every day. I also tried using the Identity column but the problem is that there is an update through MLOAD and the Identity column is preventing the MLOAD from running.
I would appreciate all the help
I would appreciate all the help