If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > recursive Query/hierarchical query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-20-05, 07:04
kapsforum kapsforum is offline
Registered User
 
Join Date: Sep 2005
Posts: 1
Red face recursive Query/hierarchical query

Hi,

I have an employee table wich contain information about an employee and also his/her manager's id. which refers to the employeeid field in same table.

I need a query which will give me all employees under a given employee, not only upto one level, but upto all available levels.

thanks,
Reply With Quote
  #2 (permalink)  
Old 09-20-05, 07:42
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
you cannot do that with sql except in oracle (and maybe db2, i'm not sure)
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On