mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix test error
This commit is contained in:
parent
ec7604b013
commit
107616bce8
@ -277,5 +277,6 @@
|
||||
2281-12-31
|
||||
2282-11-11
|
||||
2020-06-22
|
||||
-------toDate32---------
|
||||
1925-01-01 2000-01-01
|
||||
1925-01-01 1925-01-01
|
||||
|
@ -67,11 +67,11 @@ select toRelativeWeekNum(x1) from t1;
|
||||
select '-------toRelativeDayNum---------';
|
||||
select toRelativeDayNum(x1) from t1;
|
||||
select '-------toRelativeHourNum---------';
|
||||
select toRelativeHourNum(x1) from t1; -- { serverError 43 }
|
||||
select toRelativeHourNum(x1) from t1;
|
||||
select '-------toRelativeMinuteNum---------';
|
||||
select toRelativeMinuteNum(x1) from t1; -- { serverError 43 }
|
||||
select toRelativeMinuteNum(x1) from t1;
|
||||
select '-------toRelativeSecondNum---------';
|
||||
select toRelativeSecondNum(x1) from t1; -- { serverError 43 }
|
||||
select toRelativeSecondNum(x1) from t1;
|
||||
select '-------toTime---------';
|
||||
select toTime(x1) from t1; -- { serverError 43 }
|
||||
select '-------toYYYYMM---------';
|
||||
|
Loading…
Reference in New Issue
Block a user