Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime203.q
blob: 07819486188cdce1ab5ce3a462c86cd07a8d3421 [
file
]
select
cast
(
columns
[
10
]
as
timestamp
)
+
cast
(
columns
[
3
]
as
interval day
)
from
`interval_data.csv`
;