あるフィールドの全件をCSVとして出力する.もちろんwhereとかorderも使える
select foo from table_name into outfile "/tmp/output.csv" fields terminated by ',';
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
あるフィールドの全件をCSVとして出力する.もちろんwhereとかorderも使える
select foo from table_name into outfile "/tmp/output.csv" fields terminated by ',';
Register as a new user and use Qiita more conveniently
Go to list of users who liked