Stabilize 02477_age

This commit is contained in:
Robert Schulze 2023-03-30 13:43:11 +00:00
parent cb27416d8e
commit ee5e1ece1f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Constant and non-constant arguments
-524160
1440
Case insensitive
-10
-1
Dependance of timezones
0
0

View File

@ -45,7 +45,7 @@ SELECT age('minute', materialize(toDate('2017-12-31')), materialize(toDate('2018
SELECT 'Case insensitive';
SELECT age('year', today(), today() - INTERVAL 10 YEAR);
SELECT age('YeAr', toDate('2017-12-31'), toDate('2016-01-01'));
SELECT 'Dependance of timezones';