捷信达酒店管理系统其他消费明细SQL查询语句
Posted landv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了捷信达酒店管理系统其他消费明细SQL查询语句相关的知识,希望对你有一定的参考价值。
捷信达酒店管理系统其他消费明细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查询语句的主要内容,如果未能解决你的问题,请参考以下文章