select .... outfile  'file_path' fields terminate by '\t' lines terminate by '\r\n' from table_name;

---------------------------------------------------------------------------------------------------------------------------------------------------

例子:

select * into outfile 'E:/3.txt' fields terminated by '\t'  lines terminated by '\r\n' from employee;

最新文章

  1. js 理解new的运行机制
  2. 创建com服务器
  3. svn命令在linux下的使用
  4. jboss集成eclipse
  5. Computer Science Theory for the Information Age-1: 高维空间中的球体
  6. Jquery:Jquery中的DOM操作<二>
  7. WinExec函数,启动其他应用程序
  8. linux打印彩色字
  9. [数据库] windows server 2003下mysql出现10048错误的解决办法 Can't connect to MySQL server on '127.0.0.1' (10048)(抄)
  10. Beyas定理
  11. vue_小项目_模糊搜索(列表过滤)_结果排序
  12. Go-For Range 性能研究
  13. js 浏览器判断
  14. 模拟银行ATM系统(基础版)
  15. VMPlayer Ubuntu 16.04 Copy and Paste with Host 主机与宿机之间的复制粘贴
  16. SpringCloud服务负载均衡实现原理02
  17. C#sealed和final
  18. FIFO IP核
  19. html5 canvas高级贝塞尔曲线运动动画(好吧这一篇被批的体无完肤!都说看不懂了!没办法加注释了!当然数学不好的我也没办法了,当然这还涉及到一门叫做计算机图形学的学科)
  20. C++中迭代器原理、失效和简单实现

热门文章

  1. c++基础五个题(三)
  2. python-Django环境搭建
  3. 在linux中配置tomcat
  4. OS-MAC: An Efficient MAC Protocol for Spectrum-Agile Wireless Networks
  5. Keil C51 与 ARM 并存的方法
  6. SQL Server 索引的图形界面操作 <第十二篇>
  7. StreamReader与StreamWriter
  8. cf472C Design Tutorial: Make It Nondeterministic
  9. android中通过自定义xml实现你需要的shape效果 xml属性配置
  10. wget命令2(转载)