I have a table name of users.
It contains following fields.
user_id  |  parent_user_id  | name
Consider my user_id is 5, I want to get the users who have parent_user_id 5 and its children and childrens of children and etc
How to get all children's of particular parent id?
 
     
     
    