db2 日期维度SQL


select rq,
dayofweek_iso(rq) as "星期中第几天",
case dayofweek_iso(rq)
when 7 then
'星期天'
when 1 then
'星期一'
when 2 then
'星期二'
when 3 then
'星期三'
when 4 then
'星期四'
when 5 then
'星期五'
when 6 then
'星期六'
end as 星期,
day(rq) as "月中第几天",
ceiling(day(rq)*1.0/7) as "月中第几周",
month(rq) as "月份",
days(date(rq)) -days(date('0001-01-01') + (year(rq) - 1)years + ((ceiling(month(rq) * 1.0 / 3)) * 3 - 3) months) + 1 as "季中第几天",
case mod(month(rq), 3)
when 0 then
3
else
mod(month(rq), 3)
end as "季中第几月",
(ceiling(month(rq) * 1.0 / 3)) as "季度",
dayofyear(rq) as "年中第几天",
week_iso(rq) as "年中第几周",
(ceiling(month(rq) * 1.0 / 3)) as "年中第几季",
year(rq) as "年",
case dayofweek_iso(rq)
when 7 then
1
when 6 then
1
else
0
end as "周末标志"
from sj
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值