Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime200.q
blob: 0b873cd9905b055b1010eaf4e5fcc3521923cc20 [
file
] [
log
] [
blame
]
select
c_timestamp
+
c_interval_second
from
`interval_data.parquet`
where
c_row
=
3
;