Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
functions
/
plan
/
current_timestamp.sql
blob: 5086b6ef1515528b562f973e8df7fc32b4512172 [
file
]
explain
plan
for
select
*
from
(
SELECT
(
CURRENT_TIMESTAMP
+
INTERVAL
'200'
YEAR
(
3
))
-
(
CURRENT_TIMESTAMP
+
INTERVAL
'200'
YEAR
(
3
))
FROM
j1
)
t limit
0
;