update test

This commit is contained in:
zvonand 2022-08-25 11:10:01 +03:00
parent d319e8274d
commit bd3383cd27
2 changed files with 0 additions and 8 deletions

View File

@ -12,8 +12,6 @@ toMonday
1970-01-01 1970-01-01 2149-06-02 1970-01-01 2149-06-02
toStartOfMonth
1970-01-01 2149-06-01 1970-01-01 2149-06-01
toStartOfMonth
1970-01-01 2149-06-01 1970-01-01 2149-06-01
toLastDayOfMonth
2149-05-31 1970-01-01 2149-05-31 1970-01-01 2149-05-31
toStartOfQuarter

View File

@ -54,12 +54,6 @@ SELECT toStartOfMonth(toDate32('1930-01-01', 'UTC')),
toStartOfMonth(toDateTime64('1930-01-01 12:12:12.123', 3, 'UTC'), 'UTC'),
toStartOfMonth(toDateTime64('2151-01-01 12:12:12.123', 3, 'UTC'), 'UTC');
SELECT 'toStartOfMonth';
SELECT toStartOfMonth(toDate32('1930-01-01', 'UTC')),
toStartOfMonth(toDate32('2151-01-01', 'UTC')),
toStartOfMonth(toDateTime64('1930-01-01 12:12:12.123', 3, 'UTC'), 'UTC'),
toStartOfMonth(toDateTime64('2151-01-01 12:12:12.123', 3, 'UTC'), 'UTC');
SELECT 'toLastDayOfMonth';
SELECT toLastDayOfMonth(toDate('2149-06-03')),
toLastDayOfMonth(toDate32('1930-01-01', 'UTC')),