Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
convert
/
data
/
convert15.q
blob: a2329f4e362d1f55499861a6f09e896f0acfac2a [
file
]
select
cast
(
c_row
as
int
)
c_row
,
cast
(
c_date
as
date
)
c_date
,
convert_from
(
convert_to
(
c_date
,
'DATE_EPOCH'
),
'DATE_EPOCH'
)
from
data
where
c_row
<
23
;