(cherry picked from commit acfb463892fdaf3f0deb679122b5e402c7b56418)
This commit is contained in:
parent
7fbdcb5e00
commit
866a6afcdf
|
@ -37,9 +37,8 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
// AwaitsFix https://github.com/elastic/elasticsearch/issues/65336
|
currentDateFilter
|
||||||
currentDateFilter-Ignore
|
SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 45 YEARS ORDER BY first_name ASC LIMIT 10;
|
||||||
SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 35 YEARS ORDER BY first_name ASC LIMIT 10;
|
|
||||||
|
|
||||||
first_name
|
first_name
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Reference in New Issue