摘要:
declare cur_book readerinfo%rowtype; begin select * into cur_book from readerinfo where readerid=9701; if sql%isopen then dbms_output.put_line ('isope 阅读全文
摘要:
--复合类型 :包含多个元素、存储多个值--01 记录类型 set serveroutput on --打开输出功能declaretype readerinfo_rc is record --声明记录类型的具体结构(v_readerid number(4),v_readername varchar2 阅读全文
摘要:
select * from dept; input order by dname; 追加文本命令 del n 删除语句 celar buffer ; 清除缓冲区的命令 conn sys as sysdba 登陆用户 一般只要安装了oracle的服务器端或者客户端,sqlplus都被默认安装。而sql 阅读全文