You could try like this
Code:select ename, (select NVL(MIN(ename),'NO MANAGER') from emp b where b.empno = a.mgr) MANAGER from emp a
|
Results 1 to 5 of 5
Thread: i have errors for my pl/sqlThreaded View
|
Click Here to Expand Forum to Full Width |