码迷,mamicode.com
首页 > 数据库 > 详细

mysql导出某张表的部分数据

时间:2019-10-18 14:02:07      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:p12   nbsp   使用   sele   tab   out   sql   sel   文件   

 

 

1、使用into outfile ‘保存到操作系统的外部文件路径‘

mysql -uroot -p123456 -hhostname -P3306

select   column_name_list  from table_name where condition  into outfile ‘/home/glc/tmp/yes.csv‘;

 

2、使用 mysql -e "select  column_name_list  from table_name where condition "  > no.csv

mysql导出某张表的部分数据

标签:p12   nbsp   使用   sele   tab   out   sql   sel   文件   

原文地址:https://www.cnblogs.com/igoodful/p/11697899.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!