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

三表联查,这是我目前写过的最长的sql语句,嗯嗯,果然遇到问题才能让我更快成长,更复杂的语句也有了一些心得了

时间:2016-11-04 23:05:10      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:_id   number   custom   use   charge   心得   from   user   stat   

select sum(amount),sum(card_number) from sy_user inner join sy_admin on sy_user.customer_id=sy_admin.admin_id inner join sy_user_charge_log on sy_user.username=sy_user_charge_log.username where status = 1 and customer_id = 2;

三表联查,这是我目前写过的最长的sql语句,嗯嗯,果然遇到问题才能让我更快成长,更复杂的语句也有了一些心得了

标签:_id   number   custom   use   charge   心得   from   user   stat   

原文地址:http://www.cnblogs.com/lovewyc1314/p/6031622.html

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