Skip to content

Instantly share code, notes, and snippets.

@ahachete
Created November 30, 2016 11:44
Show Gist options
  • Select an option

  • Save ahachete/4a7ff0b13d0a909528dddccda5d8f3cf to your computer and use it in GitHub Desktop.

Select an option

Save ahachete/4a7ff0b13d0a909528dddccda5d8f3cf to your computer and use it in GitHub Desktop.

Revisions

  1. ahachete created this gist Nov 30, 2016.
    4 changes: 4 additions & 0 deletions Stampede-GithuQuery-PostgreSQL-B
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    SELECT type_s, count(*)
    FROM github.events
    GROUP BY type_s
    ORDER BY count desc;