摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->type cursorType is ref cursor;然后:declare cur_temp cursortype; c_temp table_a%rowtype;begin ... 阅读全文
摘要:
学习内容: 1、select from 多个表,使用等连接或非等连接2、使用外连接outer join3、使用自连接 待续…… 阅读全文