Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime42.q
blob: df7f1b879d632e16cee25d0cf7b41c51b3529d9e [
file
]
select
extract
(
second
from
interval
'1 2:30:45.100'
day to second
)
from
basic limit
1
;