select convert(varchar(100), getdate(), 25) as 当前时间, datename(weekday, convert(v
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 '当前时间段'
--结束END--
本文标题: sqlServer获取星期和时间段
本文链接: https://lsjlt.com/news/38724.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0