社員を自社のBest顧客になるように支援すること。 - 2017/03/18(DOJEUN)
You're all over the map.(言ってることが支離滅裂だ)
select * into outfile "dump file name" fields terminated by '\t' optionally enclosed by '"' lines terminated by '\n' from [table name] where 条件~;
load data infile '[export したファイル名]' into table [importするテーブル名] fields terminated by '\t' optionally enclosed by '"' lines terminated by '\n';