摘要: declare cursor readflow_cur is select * from od_readflow t where t.flowid is null; l_emp od_readflow%rowtype; begin open readflow_cur; loop fetch readflow_cur into l_emp; ex... 阅读全文
posted @ 2016-10-11 17:01 fashflying 阅读(224) 评论(0) 推荐(0)