MySQL Forums
Forum List  »  Oracle

hierarchical query
Posted by: nagesh reddy
Date: October 30, 2007 08:52PM

How do u write the hierarchical query in mysql. for example my query in
oracle is

SELECT tkt_id, tkt_tkt_id,
LEVEL, LEAD (LEVEL, 1) OVER (ORDER BY LEVEL) nextlevel,
tickets_proc.tic_cust_dev_func (tkt_id) sla_status,
attribure15
FROM tickets_det
CONNECT BY PRIOR tkt_id = tkt_tkt_id
START WITH tkt_id = 3768

Thanks,
Nagesh

Options: ReplyQuote


Subject
Views
Written By
Posted
hierarchical query
3944
October 30, 2007 08:52PM


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.