Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime188.q
blob: aa8ef27a96b3299e1ff5ee2a573a7d44dd060512 [
file
] [
log
] [
blame
]
select
max
(
cast
(
c_timestamp
as
timestamp
)
+
interval
'1 2:30:45.100'
day to second
)
from
basic
;