Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2737.q
blob: ad335d58599e1d5d656866cbc5d6f0207bd46b1a [
file
] [
log
] [
blame
]
select
department
.
department_id
as
c0
from
department
as
department
where
department
.
department_id
=
14
group
by
department
.
department_id order
by
department
.
department_id ASC NULLS LAST
;