#1067

Guests at the End

Operators need a list of all orders: orders with higher user_id first, while guest orders without user_id must appear at the very end. For the same user_id, sort by ascending id. Return id and user_id.

Exemplu de ieșire așteptată

Așa arată un răspuns corect — numărul său de rânduri îi este propriu, nu trebuie să se potrivească cu tabelele din schemă.

iduser_id
144
133
122

Rezultatul interogării tale va apărea aici