plsql编程笔记

学习计划: 1.pl/sql 基本的语法格式 2.记录类型 type ... is record(,,,,); 3.流程控制 3.1 条件判断(两种) 方式一:if .... then elsif then ... else ... end if; 方式二:case ... when ... then ... end; 3.2
相关文章
相关标签/搜索