clickhouse -日期类函数*

日期类函数

函数用途
toYear()取日期或时间日期的年份
toYear(toDateTime(‘2018-12-11 11:12:13’)) toYear(toDate(‘2018-12-11’))
返回 2018 
函数用途
toMonth()取日期或时间日期的月份
toMonth(toDateTime(‘2018-12-11 11:12:13’)) toMonth(toDate(‘2018-12-11’))	
返回 12
函数用途
oDayOfMonth()取日期或时间日期的天(1-31)
toMonth(toDayOfMonth(‘2018-12-11 11:12:13’)) toMonth(toDayOfMonth(‘2018-12-11’))
返回 11

toDayOfWeek()
取日期或时间日期的星期(星期一为1,星期日为7)。

toDayOfWeek(toDateTime(‘2018-12-11 11:12:13’)) toDayOfWeek(toDate(‘2018-12-11’))
返回 2

toHour()
取时间日期的小时

toHour(toDateTime(‘2018-12-11 11:12:13’))
返回 11

toMinute()
取时间日期的分钟

toMinute(toDateTime(‘2018-12-11 11:12:13’))	
返回 12
t

oSecond()
取时间日期的秒

toSecond(toDateTime(‘2018-12-11 11:12:13’))	
返回 13

toMonday()
取时间日期最近的周一(返回日期)

toMonday(toDate(‘2018-12-11’)) toMonday(toDateTime(‘2018-12-11 11:12:13’))	
返回 2018-12-10

toTime()
将时间日期的日期固定到某一天,保留原始时间

toTime(toDateTime(‘2018-12-11 11:12:13’))	
返回 1970-01-02 11:12:13
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值