Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
plan
/
datetime47.q
blob: 0d470176c446ece846654f2e913a770e2dd328bf [
file
]
explain plan
for
select
*
from
(
select
cast
(
c_row
as
integer
),
date_part
(
'month'
,
cast
(
c_timestamp
as
timestamp
))
from
basic
)
t limit
0
;