Guest Orders as 0
The operations report for orders must show the order number and user identifier. If a guest order has no user_id, the report should show 0. Return id and uid, one row per order, sorted by id.
Exempel på förväntad utdata
Så här ser ett korrekt svar ut — radantalet är dess eget, det behöver inte matcha schematabellerna.
| id | uid |
|---|---|
| 10 | 1 |
| 11 | 1 |
| 12 | 2 |
Logga in för att se historik över inskick
Logga inLogga in för att använda AI-mentorn
Logga in