Hi,
i have one table
empid name managerid
1 a null
2 b null
3 c 2
4 d 2
my output should be
empid name managerid
1 a null
2 b null
3 c b
4 d b
please help me
Hi,
i have one table
empid name managerid
1 a null
2 b null
3 c 2
4 d 2
my output should be
empid name managerid
1 a null
2 b null
3 c b
4 d b
please help me