Tabular Operators
sort
Learn how to Sort the rows of the dataset into an order by one or more columns.
Sorts the rows of the dataset into an order by one or more columns.
Syntax
Arguments
name | type | description |
---|---|---|
expression | expression | A scalar expression by which to sort. The value type must be numeric, date, time or string. |
asc | string | Sort by into ascending order, low to high. |
desc | string | Sort by into descending order, high to low. |