Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created May 24, 2012 07:17
Show Gist options
  • Save yaotti/2779996 to your computer and use it in GitHub Desktop.
Save yaotti/2779996 to your computer and use it in GitHub Desktop.
コマンドの実行結果をファイルに保存する ref: http://qiita.com/items/114f1dbd86b8e871e431
select foo from table_name into outfile "/tmp/output.csv" fields terminated by ',';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment