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;