
[LeetCode] 262. Trips and Users
·
코딩테스트/MySQL
🔗 Problem Linkhttps://leetcode.com/problems/trips-and-users/description/❔Thinking2013-10-01와 2013-10-03 사이의 cancellation rate를 각 일자별로 계산한 테이블을 반환한다.cancellation rate = banned 되지 않은 user 가운데에 calleced 되지 않은 상태의 비율Input: Trips table:+----+-----------+-----------+---------+---------------------+------------+| id | client_id | driver_id | city_id | status | request_at |+----+----------..