Created
May 24, 2012 07:17
-
-
Save yaotti/2779996 to your computer and use it in GitHub Desktop.
コマンドの実行結果をファイルに保存する ref: http://qiita.com/items/114f1dbd86b8e871e431
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 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