Created
August 1, 2014 17:22
-
-
Save cigrainger/713008c919c34360d959 to your computer and use it in GitHub Desktop.
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
COPY (SELECT abstracts FROM patents | |
WHERE lang = 'en' | |
ORDER BY random() | |
LIMIT 10000000) | |
TO E'~/randomsample.txt'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment