Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Sub query expressions vs. Joins.

    Thank you - I also wonder how the sub-query or join would compare to Cross (or Outer) Apply - as in the following query?

    SELECT EmployeeID, Salary, RActive, CAM.ManagerName FROM Employees

    CROSS...

Viewing post 1 (of 1 total)