Skip to content

Instantly share code, notes, and snippets.

@okdolly-001
Created December 31, 2018 03:05
Show Gist options
  • Select an option

  • Save okdolly-001/7a96d128b64ec766508002389716f5ba to your computer and use it in GitHub Desktop.

Select an option

Save okdolly-001/7a96d128b64ec766508002389716f5ba to your computer and use it in GitHub Desktop.
select count(case when status='200 OK') as ok,count(case when status!='200 OK') as error from date_status group by time;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment