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