摘要:
with subqry(id,name,pid) as( select PermissionInfoId id,pmscName name,parentPmsid pid from PermissionInfo where PermissionInfoId=23 union all select PermissionInfoId id,PmsCName name,ParentPmsId pid from PermissionInfo ,subqry where PermissionInfo.ParentPmsId=subqry.id) select * from subqry;---Oracl 阅读全文
posted @ 2013-06-01 00:53
Zak.Tan
阅读(186)
评论(0)
推荐(0)