Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
plan
/
datetime28.q
blob: 6c9097ce429087de7e8c88d965231b9499d8ee09 [
file
]
explain plan
for
select
*
from
(
select
cast
(
c_row
as
int
),
extract
(
Second
from
cast
(
c_timestamp
as
timestamp
))
from
basic
)
t limit
0
;