To list out the hierarchy in depth on employees table using CTE

后端 未结 0 886
野趣味
野趣味 2020-12-28 12:56

I am trying to find the hierarchy in the employees table using a CTE Query, using the below query.

WITH MANAGERS
    (EMPID, 
     ENAME,
     MID,
     MNAME         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题