Sort columns
Definition
Returns the table with sorted Column name if no column add, returns the table with the sorted column if column is informed.
Options
Columns (+add: Column name / Order):
Parameters
-
Column name:
- Def: Specify the column for ordering.
-
Order:
- Def: Specify the sort method by default ascending with empty first.
Additional Comments
Order:
-
desc_null_first:
- Descending order with the nulls in first position.
-
asc_null_first:
- Ascending order with the nulls in first position.
-
desc_null_last:
- Descending order with the nulls in last position.
-
asc_null_last:
- Ascending order with the nulls in last position.