https://solvesql.com/problems/estimated-delivery-date/ https://solvesql.com/problems/estimated-delivery-date/ solvesql.com [코드] select date(order_purchase_timestamp) as purchase_date, count(case when date(order_delivered_customer_date) = date(order_estimated_delivery_date) th..