Hello,
I need to identify the latest 5 rows inserted in my table. I am using a timestamp col for this. But in case of bulk insert that col has same values at times. I want it to be unique. How can i achieve this without adding another col in the table?
Thanks,
Quisar
I need to identify the latest 5 rows inserted in my table. I am using a timestamp col for this. But in case of bulk insert that col has same values at times. I want it to be unique. How can i achieve this without adding another col in the table?
Thanks,
Quisar