摘要: 1、鼠标右键——》序列标签属性——》属性中:Position :outside 即可 1、鼠标右键——》序列标签属性——》属性中:Position :outside 即可 阅读全文
posted @ 2018-10-30 14:15 Piper_NicolasCage 阅读(570) 评论(0) 推荐(0) 编辑
摘要: oracle数值函数 abs()、 ceil()、 oracle数值函数 abs()、 ceil()、 1、格式:abs(number) 即 abs(数值) 返回数值的绝对值。 例: abs(5) 返回 5 abs(-5) 返回 5 2、格式:ceil(number) 即 ceil(数值) 根据输入 阅读全文
posted @ 2017-06-29 11:14 Piper_NicolasCage 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 一、操作前准备事项 1、查询数据库版本 SQL> select * from v$version; 2、当前实例名 SQL> select instance from v$thread; 3、查询当前数据库名 SQL> select name from v$database; 阅读全文
posted @ 2017-06-28 15:12 Piper_NicolasCage 阅读(374) 评论(0) 推荐(0) 编辑
摘要: PLSQL如何显示行号,有以下两个步骤,具体如下: 1、TOOLS--》Preferences-》User Interface—-》editor -—》 工具-》参数-》用户界面-》编辑-》显示行号 2、 TOOLS—》Preferences—》 -—》—》 工具-》参数-》窗体类型-》SQL窗体- 阅读全文
posted @ 2017-06-23 09:52 Piper_NicolasCage 阅读(2953) 评论(0) 推荐(2) 编辑
摘要: 1、 create or replace 函数名 (参数名 in 类型) return 返回值类型 as 定义变量 begin 函数体 end; 阅读全文
posted @ 2017-06-07 16:36 Piper_NicolasCage 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 一、type / create or repalce type 区别联系 相同: 可用关键字create type 或者直接用type定义自定义类型, 区别: create type 变量 as table of 类型 -- create type 变量 as object( 字段1 类型1, 字段 阅读全文
posted @ 2017-06-07 16:17 Piper_NicolasCage 阅读(4056) 评论(0) 推荐(0) 编辑
摘要: Dynamic Performance Tables not accessible,Automatic Statistics disabled for this sessionYou can disable statistics in the preference menu, or obtain s 阅读全文
posted @ 2017-05-31 10:21 Piper_NicolasCage 阅读(794) 评论(0) 推荐(0) 编辑