2007-01-30 19:15:59

SELECT結果のテキスト書き出し

[MySQL]

$mysql DBNAME > output.txt
SELECT column FROM table WHERE name='hoge';
quit