Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
date_part_minute.q
blob: e1c39e8a1abc52556e7337eafd894209e89cc9b3 [
file
] [
log
] [
blame
]
select
date_part
(
'minute'
,
cast
(
create_time
as
timestamp
))
from
voter
where
voter_id
=
10
;