fix test error

This commit is contained in:
Neng Liu 2021-06-28 19:06:55 +08:00
parent ec7604b013
commit 107616bce8
2 changed files with 4 additions and 3 deletions

View File

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

View File

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