how to number rows based on column values
Hi All, I have a table with SN and timestamp for each. I need to number the lines per each SN based on timestamp.the table is sorted by time and I wanted to use ROW() with grouping by SN, but i don't know how to do it.appreciate your help,Thanks