sort tickets by more than one field
Please add the ability to sort by multiple likes in SQL,
ie in sql you can
"SELECT id,
firstname,
lastname,
salary
FROM employee
ORDER BY salary DESC, last_name;"
This would be very helpful for tickets
6
votes
Ian Heegaard
shared this idea