Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime175.q
blob: 95c207ad494554619161977a878fb3b38810377e [
file
] [
log
] [
blame
]
select
cast
(
columns
[
10
]
as
timestamp
)
-
cast
(
columns
[
7
]
as
interval day to second
)
from
`interval_data.csv`
where
columns
[
0
]=
4
;