日期常用取值

select date,

          to_number(to_char(date,'hh24')) 时,

          to_number(to_char(date,'mi')) 分,

          to_number(to_char(date,'ss')) 秒,

          to_number(to_char(date,'dd')) 日,

          to_number(to_char(date,'mm')) 月,

          to_number(to_char(date,'yyyy')) 年,

          to_number(to_char(date,'ddd')) 年内第几天,

          trunc(date,'dd')  一天之始,

          trunc(date,'day')  周初,

          trunc(date,'mm')  月初,

          last_day(date) 月末,

          add_months(trunc(date,'mm'),1) 下月初,

          trunc(date,'yy')  年初,

          to_char(date,'day') 周几,

          to_char(date,'month') 月份

from (select date+30/24/60/60+20/24/60+5/25 as date from tab where rownum<=1);


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值