2014年5月16日

mysql讲一个表的数据取出存到另一张表中

摘要: sql语句如下:INSERT INTO `timeline_whu`(`uid`, `time`, `lat`, `lon`) select`uid`,`time`,`lat`,`lon` from `timeline_new` where `lat`>30.50 and `lat`114.30 a... 阅读全文

posted @ 2014-05-16 17:20 不会熬夜的程序员 阅读(422) 评论(0) 推荐(0)

MYSQL导出数据到excel

摘要: select * from 某个表 into outfile 'd:\\文件名.xls';其中文件路径中要用“\\”才有效 阅读全文

posted @ 2014-05-16 16:28 不会熬夜的程序员 阅读(327) 评论(0) 推荐(0)

导航