root@localhost: hrms>select * from student into outfile 'c:\a.csv'
-> fields terminated by ','
-> optionally enclosed by ""
-> escaped by '\\'
-> lines terminated by '\n'
-> ;
相关文章: