Untitled

From Crippled Parrot, 2 Years ago, written in Plain Text, viewed 396 times.
URL https://p.gaa.st/view/8a0a0049 Embed
Download Paste or View Raw
  1. MariaDB [test]> SELECT dash_id, sum(number_of_deliveries) / sum(TIME_TO_SEC(dash_end_time - dash_start_time) / 3600) as per_hour from Dash  GROUP BY dasher_id HAVING per_hour > 6;
  2.  

Reply to "Untitled"

Here you can reply to the paste above