selectavg(a.items) items_per_order from(select order_id,count(*) items from order_items groupby order_id) a
0ms2s4s6s
3:35:40 PMtoday
3:50:40 PMtoday
4.8mTotal Time
47ms
14.6k
16.2 req/s
selectavg(a.orders) items_per_customer from(select customer_id,count(*) orders from orders groupby customer_id ) a
0ms2s4s6s
3:35:40 PMtoday
3:50:40 PMtoday
4.4mTotal Time
46ms
14.6k
16.2 req/s
selectdistinct order_status from orders
0ms2s4s6s
3:35:40 PMtoday
3:50:40 PMtoday
4.3mTotal Time
+6.39%
4.0mHistory
46ms
14.6k
16.2 req/s
selectcount(*)from(select order_id, customer_id, order_status, order_date, required_date, shipped_date, store_id, staff_id from orders where order_id in(?)) a
0ms2s4s
3:35:40 PMtoday
3:50:40 PMtoday
3.5mTotal Time
41ms
14.6k
16.2 req/s
select c.customer_id, c.first_name, c.last_name, o.order_status from customers c, orders o where c.customer_id = o.customer_id and o.order_status = ?
0ms2s4s
3:35:40 PMtoday
3:50:40 PMtoday
3.4mTotal Time
+7.59%
3.2mHistory
40ms
14.6k
16.2 req/s
selectcount(*)from order_items
0ms2s4s
3:35:40 PMtoday
3:50:40 PMtoday
3.4mTotal Time
39ms
14.6k
16.2 req/s
To pick up a sortable row, press space or enter.
Use the up and down arrow keys to update the position of the row.
Press space or enter again to drop the row in its new position, or press escape to cancel.