1.select 列1,列2, ....... 列n from tbname [where 条件] into outfile "C:/Users/****/Desktop/output.txt"
2.load data local infile "C:/Users/****/Desktop/output.txt" into table tbname
2.load data local infile "C:/Users/****/Desktop/output.txt" into table tbname
4443

被折叠的 条评论
为什么被折叠?



