04 2019 档案

摘要:/************************************************************************ * .::::. * * .::::::::. ... 阅读全文
posted @ 2019-04-30 14:44 xh_Blog 阅读(336) 评论(0) 推荐(0) 编辑
摘要:如上。 阅读全文
posted @ 2019-04-29 20:03 xh_Blog 阅读(1966) 评论(0) 推荐(0) 编辑
摘要:如下:file39是id,file39__attachmentids,是固定写法。 阅读全文
posted @ 2019-04-25 14:19 xh_Blog 阅读(274) 评论(0) 推荐(0) 编辑
摘要:简介,摘自百度百科: 摘自百度知道: 阅读全文
posted @ 2019-04-12 16:40 xh_Blog 阅读(340) 评论(0) 推荐(0) 编辑
摘要:如下: 下面是 使用replace函数后的sql和执行结果: select replace('0123456789','0','a') from dual;--a123456789 select replace('0123456789','0','') from dual;--123456789 s 阅读全文
posted @ 2019-04-11 17:54 xh_Blog 阅读(3581) 评论(0) 推荐(0) 编辑
摘要:语法方面: 区别就是:没有区别!!! “*”号是通配符; “*”号是通配符 “*”号是通配符 使用"*"号和使用其他数字和任意非字段字符在使用方面没有任何语法错误; 至于效率方面是否有区别,尚未研究。以下摘自网络 阅读全文
posted @ 2019-04-11 17:24 xh_Blog 阅读(512) 评论(0) 推荐(0) 编辑
摘要:1、Oracle数据库存储过程中:=是什么意思?答:赋值的意思。举例:str := 'abcd';将字符串abcd赋值给变量str。 2、oracle 存储过程中的 := 和=有什么区别?答::= 是赋值符号,例如: a := 2, 那么变量a的值,就是2了= 是比较符号, 例如: ... WHER 阅读全文
posted @ 2019-04-11 16:15 xh_Blog 阅读(2407) 评论(0) 推荐(2) 编辑
摘要:在存储过程(PROCEDURE)和函数(FUNCTION)中没有区别; 在视图(VIEW)中只能用AS不能用IS; 在游标(CURSOR)中只能用IS不能用AS。 阅读全文
posted @ 2019-04-11 15:45 xh_Blog 阅读(716) 评论(0) 推荐(0) 编辑
摘要:老是混淆,做个笔记,转自:https://www.cnblogs.com/xieqian111/p/5735977.html 阅读全文
posted @ 2019-04-10 15:34 xh_Blog 阅读(9452) 评论(0) 推荐(0) 编辑
摘要:如下 准备工作: 1、登录管理员system drop user 账户名 cascade; create user 账户名 identified by 1234; grant dba to 账户名; 2、create directory dbdata as 'C:\oracle\tempData'; 阅读全文
posted @ 2019-04-08 11:34 xh_Blog 阅读(365) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示