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