Untitled
unknown
plain_text
6 months ago
173 B
2
Indexable
SELECT e.first_name AS employee first name, COALESCE(m.first_name, NO Manager') AS manager_first name FROM employees e LEFT JOIN employees m ON e.manager_id = m.employee_id;
Editor is loading...
Leave a Comment