Viewing post 1 (of 1 total)
hi, hi don't see the advantage of CTE to temp Tables like in the example below. Is there any advantage?
WITH
CountEmployees(dept_id, n) AS
( SELECT dept_id,...
March 18, 2008 at 7:51 am
#790826