Last active
November 30, 2016 14:14
-
-
Save nashibao/718c5187e6f3a5727b61fe21df9020f5 to your computer and use it in GitHub Desktop.
blog1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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