Works like list_sort, but the results are the indexes that correspond to the position in the original list instead of the actual values.
Arguments
- list
ANY[]
- col1
VARCHAR
- col2
VARCHAR
Overloads
grade_up(list = `ANY[]`)
grade_up(list = `ANY[]`, col1 = VARCHAR)
grade_up(list = `ANY[]`, col1 = VARCHAR, col2 = VARCHAR)