使用sum函数和左外连接

使用sum函数和左外连接

本文介绍了使用sum函数和左外连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 有2个表recharge_info,customer_info。 现在我想要客户的详细信息以及完成充值的总额该客户约会。 customer_info name |电子邮件| contactno。| customerid | recharge_info rid | servicetype | email | amt | 字段需要 name | email | contactno | email | total_amt | 解决方案 There are 2 tables recharge_info,customer_info.now i want the details of customer along with total amt of recharge done till date by that customer.customer_infoname | email | contactno.| customerid|recharge_inforid|servicetype|email|amt|fields requiredname|email|contactno|email|total_amt| 解决方案 这篇关于使用sum函数和左外连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-04 16:13