库房分析数据

简介:

品种

select distinct spid from sphwph where hw in ('HWI00000008','HWI00000003') and shl>0

批号

select distinct pihao,spid into #1 from sphwph where hw in ('HWI00000008','HWI00000003') and shl>0 order by spid

select spid from #1 group by spid having count(spid)>1

select spid from #1 group by spid having count(spid)>2

select spid from #1 group by spid having count(spid)>3

select spid from #1 group by spid having count(spid)>4

合起来的小批号

select spid,pihao,sum(shl) shl into #2 from sphwph where hw in ('HWI00000008','HWI00000003') and shl<>0 group by spid,pihao

select distinct pihao,spid from #2 where  shl>0 and shl<10  order by spid


散货品种有3146,批号共有4838,大于1的有1135,大于2的有372大于3的有124大于4的是37,小批号的1766




本文转自 qvodnet 51CTO博客,原文链接:http://blog.51cto.com/bks2015/1889804
相关文章
|
2月前
|
数据挖掘
二、数据了解与分析
二、数据了解与分析
31 0
|
12月前
queryCoord的checkerController分析
queryCoord的checkerController分析
541 0
|
前端开发
R|timeROC-分析
R|timeROC-分析
255 0
R|timeROC-分析
|
数据可视化 数据挖掘 索引
分析你的数据
分析你的数据
86 0
|
定位技术 Android开发
BottomSheetBehavior分析
BottomSheetBehavior分析
BottomSheetBehavior分析
|
供应链 数据挖掘
场景分析
如何梳理业务流程、建立指标体系?
734 0
场景分析
|
Web App开发 前端开发 NoSQL
下一篇
无影云桌面