Hi All,
I have a data in table as follows.
Employee Manager
b a
c b
d c
I should write a query that will get 'b','c','d' for 'a'.
I have a data in table as follows.
Employee Manager
b a
c b
d c
I should write a query that will get 'b','c','d' for 'a'.
Comment