HI everyone:
In sql server database , I have a table to record all my employee data , like I use employeeID can check his manager_id .
Now , I have to his first manager , second manager , third manage .......etc( some user maybe has 3 level , but some user maybe has 5 level , it will depend on real situation ) .
So can I use do....until or other method to data what I need