Oracle 求当前日期是周几--to_char()
大概就是下面这种方法
to_char(date,'D')
Select to_char(date,'ss') from dual取当前时间秒部分
Select to_char(date,'mi') from dual取当前时间分钟部分
Select to_char(date,'HH24') from dual取当前时间秒小时部分
Select to_char(date,'d') from dual取当前时间是一周的第几天,从星期天开始,周六结束