clickhouse.函数.时间

5 年前 · 来自专栏 数据仓库
1. toYear(date)  返回年份(整型UInt16)
2. toMonth(date)  返回月份(整型UInt8)
3. toDayOfMonth(date) 返回每月的第几天(整型UInt8)
4. toDayOfWeek  返回星期几(整型UInt8)
5. toHour  返回小时(整型UInt8)
6. toMinute 返回分钟(整型UInt8)
7. toSecond 返回秒(整型UInt8)
8. toMonday 返回最近星期一的日期(date)
9. toStartOfMonth 返回月初日期(date)
10.toStartOfQuarter 返回每个季度的第一天(date)
11. toStartOfYear  返回 每年的第一天(date)
12. toStartOfMinute 忽略秒 
13.  toStartOfFiveMinute
14. toStartOfFifteenMinutes
15. toStartOfHour 忽略分,秒
16. toStartOfDay 忽略分,秒
17. toTime  时间
18.  toRelativeMonthNum  从0000-00-00 00:00:00 开始计算 相差多少个年头
19. toRelativeYearNum 与上一个类似
20. toRelativeWeekNum 与上一个类似
21. toRelativeDayNum  与上一个类似
22. toRelativeHourNum  与上一个类似
23. toRelativeMinuteNum 与上一个类似
24. toRelativeSecondNum 与上一个类似
25. now     当前时间
26. today   当前日期