随笔分类 -  oracle

摘要:-- Created on 2018/7/20 by XHL declare -- Local variables here v_select varchar2(100); Type my_cursor is ref cursor;--声明动态游标类型 v_cursor my_cursor;--定义 阅读全文
posted @ 2018-07-20 16:27 Jonny-Xhl 阅读(177) 评论(0) 推荐(0)