infobright 导入 导出

SET SQL_LOG_BIN = 0;
select * into outfile 'mydata.cvs' fields terminated by ',' from table1;
load data infile 'mydata.cvs' into table table2 fields terminated by ',';

上一篇:1001.A+B Format (20)的解题


下一篇:linux C socket