Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5033.q
blob: 89463a35026fc46894c44a78efa2d06acf5042eb [
file
] [
log
] [
blame
]
select
employee
.
employee_id
as
c0
,
employee
.
full_name
as
c1
from
employee
as
employee
where
employee
.
supervisor_id
=
980
group
by
employee
.
employee_id
,
employee
.
full_name order
by
employee
.
employee_id ASC NULLS LAST
;