Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5523.q
blob: ed005226d5bd62bf3ec491665623962a58cfb854 [
file
] [
log
] [
blame
]
select
employee
.
position_title
as
c0
,
employee
.
position_id
as
c1
from
employee
as
employee
where
(
employee
.
management_role
=
'Senior Management'
)
group
by
employee
.
position_title
,
employee
.
position_id order
by
employee
.
position_id ASC NULLS LAST
;