Viewing 2 posts - 1 through 3 (of 3 total)
can you use a CASE statement with this question?
it looks like it can but at the other end it also looks like it cant
September 14, 2013 at 11:33 am
#1650241
well what I have is the following:
the code for retrieving the data:
SELECT e.employee_id, hire_date, e.manager_id, e.salary
FROM employees e JOIN departments d
ON ...
September 14, 2013 at 9:08 am
#1650234