Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime189.q
blob: 16637336e239556ab240034634723d3f14de957c [
file
]
select
min
(
cast
(
c_timestamp
as
timestamp
)
+
interval
'1 2:30:45.100'
day to second
)
from
basic
;