mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Integrate toLastDayOfWeek() to 01921_datatype_date32 test
This commit is contained in:
parent
a23af1b065
commit
28ee307e75
@ -84,6 +84,12 @@
|
||||
2120-07-05
|
||||
2120-07-26
|
||||
2021-06-20
|
||||
-------toLastDayOfWeek---------
|
||||
2079-06-12
|
||||
2079-06-12
|
||||
2120-07-11
|
||||
2120-08-01
|
||||
2021-06-26
|
||||
-------toStartOfMonth---------
|
||||
2079-06-07
|
||||
2079-06-07
|
||||
|
@ -36,6 +36,8 @@ select '-------toYearWeek---------';
|
||||
select toYearWeek(x1) from t1;
|
||||
select '-------toStartOfWeek---------';
|
||||
select toStartOfWeek(x1) from t1;
|
||||
select '-------toLastDayOfWeek---------';
|
||||
select toLastDayOfWeek(x1) from t1;
|
||||
select '-------toStartOfMonth---------';
|
||||
select toStartOfMonth(x1) from t1;
|
||||
select '-------toStartOfQuarter---------';
|
||||
|
Loading…
Reference in New Issue
Block a user