Oracle 字符串拼接 |
| 发布时间: 2012/9/11 16:49:16 |
|
create or replace procedure proc_query_prior_department Cursor department_list_nosub is
delete from ma_department_role; for cur in (select t.parent,t.name from department t start with t.id=varDep.id connect by prior t.parent =t.id order by t.id asc) loop if(union_mc is null) then end;
本文出自:亿恩科技【www.enkj.com】 |
京公网安备41019702002023号