摘要:
CREATE OR REPLACE FUNCTION cursor_demo() RETURNS refcursor AS --返回一个游标 $BODY$ declare --定义变量及游标 unbound_refcursor refcursor; --游标 t_accid varchar; --变量 t_accid2 int; --... 阅读全文
posted @ 2018-02-03 15:25 很聪明的Joy 阅读(10579) 评论(0) 推荐(0)
浙公网安备 33010602011771号