Skip to content

Instantly share code, notes, and snippets.

@cigrainger
Created August 1, 2014 17:22
Show Gist options
  • Save cigrainger/713008c919c34360d959 to your computer and use it in GitHub Desktop.
Save cigrainger/713008c919c34360d959 to your computer and use it in GitHub Desktop.
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