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