Sorting columns
Sorting columns
AlexPiletskiy
Posts: 1Questions: 1Answers: 0
(sorry my English)
For default columns sorting by ascending, beginning from nulls, if they are in column:
null
null
value1
value2
...
But I need to make sorting by ascending for all columns next way:
value1
value2
...
null
null
Please, tell me, how should I make this? Where are functions, which contains functionality for sorting columns? And, maybe, some examples.
Thank you.
This discussion has been closed.