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

捷信达酒店管理系统其他消费明细SQL查询语句

时间:2018-07-03 19:49:15      阅读:326      评论:0      收藏:0      [点我收藏+]

标签:and   sum   bsp   temp   查询   code   sel   string   mount   

捷信达酒店管理系统其他消费明细SQL查询语句

 

 

 

select SUM(Amount)
from gsfoliodetail a  ,
            (
                select a.pcode,a.cname from  gsitem a
                where a.code like 0% and len(a.pcode) = 6
            ) b
        where ( substring(a.itempcode,1,6) = b.pcode)and  pcode like  001010%  
 



select *
from gsfoliodetail a  ,
            (
                select a.pcode,a.cname from  gsitem a
                where a.code like 0% and len(a.pcode) = 6
            ) b
        where ( substring(a.itempcode,1,6) = b.pcode)and  pcode like  001010%  

 

捷信达酒店管理系统其他消费明细SQL查询语句

标签:and   sum   bsp   temp   查询   code   sel   string   mount   

原文地址:https://www.cnblogs.com/landv/p/9259847.html

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