Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SQL express version

    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

  • RE: SQL express version

    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 ...

Viewing 2 posts - 1 through 2 (of 2 total)