Skip to content

Instantly share code, notes, and snippets.

@iAmWillShepherd
Created November 7, 2016 01:55
Show Gist options
  • Save iAmWillShepherd/289110f299dfe3f8ccfc84fa2d4c6a0f to your computer and use it in GitHub Desktop.
Save iAmWillShepherd/289110f299dfe3f8ccfc84fa2d4c6a0f to your computer and use it in GitHub Desktop.
SELECT
SUM(hour_1)
, SUM(hour_7)
, SUM(hour_13)
, SUM(hour_19)
, SUM(hour_0)
from checkin;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment