Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
datetime
/
data
/
datetime46.q
blob: fab94925eb44e6ec9dedd52154c432f5623139fe [
file
] [
log
] [
blame
]
select
cast
(
c_row
as
int
),
date_part
(
'day'
,
cast
(
c_timestamp
as
timestamp
))
from
basic
;