I have a table like follow:
I want to select items that it's active column is 1 and all children recursively. result will be like follow:
a,b,c,d
How can I do it?
I have a table like follow:
I want to select items that it's active column is 1 and all children recursively. result will be like follow:
a,b,c,d
How can I do it?