Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query4777.q
blob: 38fc29e84e918215f09ce2e4f09539b650d26708 [
file
] [
log
] [
blame
]
select
employee
.
employee_id
as
c0
,
employee
.
full_name
as
c1
from
employee
as
employee
where
employee
.
supervisor_id
=
9
group
by
employee
.
employee_id
,
employee
.
full_name order
by
employee
.
employee_id ASC NULLS LAST
;