Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime220.q
blob: 983ceaf20623eaf3c395977232240694dbc3f382 [
file
]
select
min
(
cast
(
columns
[
1
]
as
interval year
))
from
`interval_data.csv`
;