sql语句导出数据到txt文件或其他文件
时间:2014-12-15 15:02:07
收藏:0
阅读:244
select page.id,page.depth,auto_checkitem.rule_id,auto_checkitem.result from auto_checkitem,page where auto_checkitem.page_id=page.id and auto_checkitem.host_id=76 into outfile ‘/ygb.txt‘ lines terminated by ‘\r\n‘ ;
原文:http://www.cnblogs.com/limeiyan/p/4164652.html
评论(0)