Skip to content

Commit 765a861

Browse files
authored
Create 1173-immediate-food-delivery-i.sql
1 parent 96ef209 commit 765a861

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1173-immediate-food-delivery-i.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Write your MySQL query statement below
2+
select round(100 * sum(order_date = customer_pref_delivery_date) / count(*), 2)
3+
as immediate_percentage from Delivery;

0 commit comments

Comments
 (0)