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