I have a simple SQL server table with 4 fields - id, date, transactions.
I want to create an additional column that gives the ranking of each record within that month based on the number of transactions.
Is there any easy way to do this ?
I want to create an additional column that gives the ranking of each record within that month based on the number of transactions.
Is there any easy way to do this ?
Comment