Why Joins (Recursive Queries Using Common Table Expressions)
Although it is a good example but too many unnecessary JOINS has messed the whole concept. I can achieve the same result with WITH DirectReports (ManagerID, EmployeeID, Title, DeptID, Level)(-- Anchor member definition SELECT e.ManagerID, e.Emp...
Last modified by Thomas Lee on 10/31/2011 2:27:24 AM
Tags: None
<< Previous | Next >> | Show All