mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Stabilize 02477_age
This commit is contained in:
parent
cb27416d8e
commit
ee5e1ece1f
@ -37,7 +37,7 @@ Constant and non-constant arguments
|
||||
-524160
|
||||
1440
|
||||
Case insensitive
|
||||
-10
|
||||
-1
|
||||
Dependance of timezones
|
||||
0
|
||||
0
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user