Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime46.q
blob: f5f688077c18c3a267881ddeb72dd0bd953521e4 [
file
]
select
c_row
,
date_part
(
'day'
,
cast
(
c_timestamp
as
timestamp
))
from
basic
;