2017年4月6日
摘要: select LPAD(' ',t.menu_level)||t.obj_id,t.*,rowid from imes10dba.tb_adm_menu t start with t.parent_menu_id = '90000' connect by prior t.menu_id = t.pa 阅读全文
posted @ 2017-04-06 18:41 在delphi路上 阅读(109) 评论(0) 推荐(0)