I need to generate a auto incremental numbers into a table just like a sequence in Oracle. I tried ROW_NUMBER() and GENERATE_UUID(), generate_array() , which is not helpful.
Our table will be a daily load and the column values should have auto increment. the table data we are talking will be millions. Can anyone help on it.
Regards, Guru