摘要: select id,name, concat('tel:',phone) from user order by time INTO outfile 'user.txt' FIELDS terminated by '\,';字段以逗号分隔,导出的user.txt文件在数据库目录下 导出结果到sqlse 阅读全文
posted @ 2018-06-25 17:09 laushow 阅读(2277) 评论(0) 推荐(0)
摘要: FTP上传类 阅读全文
posted @ 2018-06-25 16:54 laushow 阅读(269) 评论(0) 推荐(0)