Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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

Revisions

  1. ahachete created this gist Nov 30, 2016.
    5 changes: 5 additions & 0 deletions Stampede-GithuQuery-PostgreSQL-D
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    SELECT action_s, count(*)
    FROM github.events_payload
    WHERE action_s IS NOT NULL
    GROUP BY action_s
    ORDER BY count DESC;