Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime44.q
blob: 37b30afd9004d6a514b36f33ccfb99fc3d819a0b [
file
] [
log
] [
blame
]
select
c_row
,
date_part
(
'minute'
,
cast
(
c_timestamp
as
timestamp
))
from
basic
;