Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime181.q
blob: f084a707bcc356fa428483fc44083efc3346d2b8 [
file
]
select
interval
'2 10:20:30'
day to second
+
interval
'13:40:35'
hour to second
from
basic
where
c_row
=
1
;