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