In addition to this sorting, you can explicitly sort a set by any list of select values in MQL using the following syntax:
As with the sorting environment variable, you can specify ascending or descending order by prefixing the select with + or - (ascending (+) is the default.) For example: sort set x select +name -owner;
This command will perform a sort on both
|