上一页 1 ··· 23 24 25 26 27
  2010年5月25日
摘要: 1.execute immediatecreate or replace function getrealtypeforreport(p_stanid number,p_id number,p_infoname varchar2) return varchar2isv_string varchar2(200);v_returninfo varchar2(200);v_acttabname stan... 阅读全文
posted @ 2010-05-25 22:53 Brad Miller 阅读(492) 评论(0) 推荐(0)
摘要: 模式:create or replace function 函数名(参数名 参数类型,...) return 返回值类型 is  变量定义begin  函数内容  return 返回变量;end 函数名;/show err;举例:create or replace function func_branchshow(p_rownum number,p_rowmax number,p_field va... 阅读全文
posted @ 2010-05-25 22:40 Brad Miller 阅读(524) 评论(0) 推荐(1)
上一页 1 ··· 23 24 25 26 27