MySQL Forums
Forum List  »  Oracle

mysql Support hierarchical queries--URGENT?
Posted by: rama krishna
Date: February 02, 2005 12:44AM

hi all

let me know whether mysql 4.1 supports hierarchial queries..

if yes can I have the solution for this query and also the syntax...


SELECT panrep_id FROM U_PANREP where panrep_id in
(select panrep_id from u_pr_role where role_id=1 and rp_status='A') start with PANREP_id=4 CONNECT BY PRIOR PANREP_REF=PANREP_ID;

Thanks in advance

Ramakrishna.....

Options: ReplyQuote


Subject
Views
Written By
Posted
6119
September 26, 2004 07:46AM
mysql Support hierarchical queries--URGENT?
4454
February 02, 2005 12:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.