Have column order on dependent dropdown

When creating a dependent dropdown, it would be nice if we could arrange then column order according to our preference.

Status Open
0 1 63
1 Comment
JeofryDC
Bronze 5
Bronze 5

As it turn out, you could actually sort the dependent dropdown. Just use Order by, then declare the table you are referring followed by the column you need enclosed in bracket then the column you want to search with the optional type of sort(desc) if you want to sort it in descending order.