Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5083.q
blob: 94b8809046ee23ee28fd34ed835c5e47b39c8cb6 [
file
]
select
employee
.
employee_id
as
c0
,
employee
.
full_name
as
c1
from
employee
as
employee
where
employee
.
supervisor_id
=
1061
group
by
employee
.
employee_id
,
employee
.
full_name order
by
employee
.
employee_id ASC NULLS LAST
;