Integrate toLastDayOfWeek() to 01921_datatype_date32 test

This commit is contained in:
Victor Krasnov 2023-05-31 06:21:23 +00:00
parent a23af1b065
commit 28ee307e75
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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---------';