Skip to content

Commit 6b2626a

Browse files
committed
Update trips-and-users.sql
1 parent 7edd874 commit 6b2626a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MySQL/trips-and-users.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ t.Request_at Day,
5151
round(sum(case when t.Status = 'completed' then 0 else 1 end) / count(*), 2) Rate
5252
from Trips t
5353
inner join Users u
54-
on t.Client_Id = u.Users_Id and u.Banned='No'
54+
on t.Client_Id = u.Users_Id and u.Banned = 'No'
5555
where t.Request_at between '2013-10-01' and '2013-10-03'
5656
group by t.Request_at

0 commit comments

Comments
 (0)