摘要:
常用字符函数 函数 描述 LOWER(char) 将字符串表达... 阅读全文
摘要:
这里主要记录使用PL/SQL Developer 7.1.4操作Oracle 9i的一些基本内容: 1.存储过程 (1)先创建包并声明存储过程 create or replace package BowenPKG is type refcursor is ref cursor; procedure Getdata(refout out refcursor); ... 阅读全文