Skip to content

Instantly share code, notes, and snippets.

@aloth
Created January 14, 2016 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloth/873a0920cd4a630a4a6d to your computer and use it in GitHub Desktop.
Save aloth/873a0920cd4a630a4a6d to your computer and use it in GitHub Desktop.
select
guid
, regexp_split_to_table(lower(post_content), '\s+') as word
, count(1) as word_count
from
alexblog_posts
group by
guid, word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment