Calculate the cancellation rate of requests with unbanned users (both client and driver) each day.
Why its tricky: It requires multiple joins, specific filtering on status, and a GROUP BY on a date rangeall in one query.
Calculate the cancellation rate of requests with unbanned users (both client and driver) each day.
Why its tricky: It requires multiple joins, specific filtering on status, and a GROUP BY on a date rangeall in one query.
Leave a Reply
You must be logged in to post a comment.