Skip to content
SQLSimplified
mediumstoregroup-bycount

Order Status Breakdown

Problem

Return each order status and how many orders have it, ordered by order_count descending.

Try It

Loading playground environment...

Hint

Solution

Next Problem