Please help.
I have one table called Employee.
I want all the record from that table with self join with parentid
record are like
A is parent
B is child of A
C is child of A
D is child of C
F is child of B
E is Parent
G is child of E
H is child of G
if i put self join and put all the record where A is parent and i am only get A,B,C but not D and F
I want all the record where A is parent like A,B,C,D,E .