摘要: set serveroutput on; declare l_count number(10,0) := 0; Cursor cur_badData is with baddata as ( select distinct hs.hs_id from hunt_submittal hs, item 阅读全文
posted @ 2017-07-31 10:21 马小花的程序世界 阅读(1124) 评论(0) 推荐(0)