Skip to content

Commit a207c19

Browse files
authored
Update computedepth.sql
1 parent 4222052 commit a207c19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Mastek/computedepth.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ WITH RecursiveCTE (lvl, ManagerID, EmployeeID) AS (
1010
JOIN cte
1111
ON employees.ManagerID = cte.EmployeeID
1212
)
13-
SELECT *
14-
FROM cte;
13+
SELECT * FROM RecursiveCTE;

0 commit comments

Comments
 (0)