select * from Account into outfile "/tmp/haha.csv" fields terminated by ',' lines terminated by '\n';
用一个例子来演示会更加清晰
微信扫一扫
select * from Account into outfile "/tmp/haha.csv" fields terminated by ',' lines terminated by '\n';
用一个例子来演示会更加清晰
相关推荐