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