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