blob: 73f29f86d1638c161ecc6207e95bf15d64014b65 [file] [log] [blame]
select employee.position_title as c0, employee.position_id as c1 from employee as employee where (employee.management_role = 'Store Temp Staff') group by employee.position_title, employee.position_id order by employee.position_id ASC NULLS LAST;