select w.id,w.key from (
select t.id from wo_wiki_type t start with t.id=404 connect by prior t.id=t.parent_id) a
,wo_wiki_info w
where w.typeid=a.id;
select w.id,w.key from (
select t.id from wo_wiki_type t start with t.id=404 connect by prior t.id=t.parent_id) a
,wo_wiki_info w
where w.typeid=a.id;