Fix column sorting
Created by: cproensa
Fix sql query for sorting columns. In some databases the expression used in the "order by" clause must appear in the select clause. See fix provided by issue #26612.
Created by: cproensa
Fix sql query for sorting columns. In some databases the expression used in the "order by" clause must appear in the select clause. See fix provided by issue #26612.