Skip to content

Instantly share code, notes, and snippets.

@WilliamQLiu
Last active April 20, 2018 21:57
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 WilliamQLiu/52c0c3589f7d97a81fc390c8d060ec24 to your computer and use it in GitHub Desktop.
Save WilliamQLiu/52c0c3589f7d97a81fc390c8d060ec24 to your computer and use it in GitHub Desktop.
Myclirc save file to csv
# Run below to save to csv - run each line by line
\T csv
\o ~/my_file.csv
select * from users where created_at > '2017-01-01';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment