Dense_rank assigning same rank as row_number
Suresh A, March 14, 2017 - 12:32 pm UTC
Thanks for the info. It's made me to understand my mistake. For number sequence I was using dense_rank with partition by column which I shouldn't instead of dense_rank () over( order by column)..
Thanks
Suresh