73.Oracle数据库SQL开发之 高级查询——用FOR循环访问数据单元

73.Oracle数据库SQL开发之 高级查询——用FOR循环访问数据单元

欢迎转载,转载请标明出处:http://blog.csdn.net/notbaron/article/details/49847107

将2004年前三个月的销量设置为2003年相应月份销量的1.25倍。

store@PDB1> selectprd_type_id,year,month,sales_amount from all_sales where prd_type_id between 1and 2 and emp_id = 21

    model

    partitionby (prd_type_id)

    dimensionby (month,year)

    measures(amount sales_amount) (

   sales_amount[for month from 1 to 3 increment1,2004]=round(sales_amount[currentv(),2003]*1.25,2))

    order byprd_type_id,year,month;

 

PRD_TYPE_ID    YEAR        MONTH SALES_AMOUNT

----------- ---------- ----------------------

           1    2003              1     10034.84

           1    2003              2     15144.65

           1    2003              3     20137.83

           1    2003              4     25057.45

           1    2003              5     17214.56

           1    2003              6     15564.64

           1    2003              7     12654.84

           1    2003              8     17434.82

           1    2003              9     19854.57

           1    2003            10    21754.19

           1    2003            11    13029.73

           1    2003            12    10034.84

           1    2004              1     12543.55

           1    2004              2     18930.81

           1    2004              3     25172.29

           2    2003              1      1034.84

           2    2003              2      1544.65

           2    2003              3      2037.83

           2    2003              4      2557.45

           2    2003              5      1714.56

           2    2003              6      1564.64

           2    2003              7      1264.84

           2    2003              8      1734.82

           2    2003              9      1854.57

           2    2003            10     2754.19

           2    2003            11     1329.73

           2    2003            12     1034.84

           2    2004              1      1293.55

           2    2004              2      1930.81

           2    2004              3      2547.29

 

30 rows selected.

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值