Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
data
/
datetime85.q
blob: f257ac28c952f97e90ce5128658c3daa81ab4ca6 [
file
] [
log
] [
blame
]
select
cast
(
c_row
as
integer
),
cast
(
c_time
as
time
)
from
basic
where
c_time
<
'05:06:07'
;