79371392

Date: 2025-01-20 13:02:20
Score: 0.5
Natty:
Report link

Something like this will work in sql - you haven't told us what the tables are called

select order, status, eta
from myTable
order by status desc, eta asc
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: CHill60