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