成都创新互联网站制作重庆分公司

sqlServer获取星期和时间段

select 
        convert(varchar(100),  getdate(), 25) as 当前时间,
        datename(weekday, convert(varchar(100),  getdate(), 11)) as 星期,
        case 
                when convert(varchar(100),  getdate(), 14) < '12:00:00.000' then '0-12点'
                when convert(varchar(100),  getdate(), 14) >= '18:00:00.000' then '18-0点'
                else '12-18点'
        end as '当前时间段'

文章题目:sqlServer获取星期和时间段
URL标题:http://cxhlcq.com/article/jsihej.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部