摘要:
select s.slice_date_to ,s.made_id ,sum(s.steup_count)over(partition by s.made_id order by s.slice_date_to) from rpt_sliceresult_customer_setup s where... 阅读全文
posted @ 2015-08-18 15:45 陈力 阅读(5315) 评论(0) 推荐(0)
|
|||
|
摘要:
select s.slice_date_to ,s.made_id ,sum(s.steup_count)over(partition by s.made_id order by s.slice_date_to) from rpt_sliceresult_customer_setup s where... 阅读全文
posted @ 2015-08-18 15:45 陈力 阅读(5315) 评论(0) 推荐(0) |
|||