Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime211.q
blob: 5ee46af0b3769f1b582a02ad3915a77d1f9a8692 [
file
]
select
interval
'2 10:20:30'
day to second
+
interval
'30'
second
from
basic limit
1
;