Skip to content

Instantly share code, notes, and snippets.

@nashibao
Last active November 30, 2016 14:14
Show Gist options
  • Save nashibao/718c5187e6f3a5727b61fe21df9020f5 to your computer and use it in GitHub Desktop.
Save nashibao/718c5187e6f3a5727b61fe21df9020f5 to your computer and use it in GitHub Desktop.
blog1
SELECT corpus, word, word_count FROM tbl
WHERE LENGTH(word) > 4
ORDER BY word_count
DESC LIMIT 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment