Create Ranking Column

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mgalvan
    New Member
    • Jul 2006
    • 3

    Create Ranking Column

    I need to write a sql statement that will look at values in a column, sort them accordingly, and then create a new column
    that ranks the values...essent ially just creates a column of increasing integers in the order of the sorted column.
Working...