Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
data
/
datetime195.q
blob: 3a286f3fc3fd0ce3e4be440c456922b092aac7f1 [
file
] [
log
] [
blame
]
select
cast
(
c_timestamp
as
timestamp
)
-
cast
(
c_interval_month
as
interval month
)
from
`interval_data.parquet`
where
c_row
=
4
;