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

shell中的Mysql查询

时间:2014-05-27 18:08:04      阅读:341      评论:0      收藏:0      [点我收藏+]

标签:c   a   strong   2014   name   for   

1 #!/bin/bash
2 #查询
3 echo -e 
4 for i in `cat id.txt`
5 do
6 A=`mysql -h10 -uw -p2012 -Ne "select Id,Name,User_Logindate from info where Id=$i"`;
7 B=`mysql -h10 -uw -p2012 -Ne "select ifnull(sum( Amount),0) from Info where Date between ‘2014-05-21‘
and ‘2014-05-22‘ and Id=$i and Res=1"`
8 echo -e "$A\t\t\t\t$B\t" >> tmp.xls;
9 done

shell中的Mysql查询,布布扣,bubuko.com

shell中的Mysql查询

标签:c   a   strong   2014   name   for   

原文地址:http://www.cnblogs.com/fupeng/p/3752913.html

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