09 2016 档案

ORACLE 查询所有表、外键、主键等信息
摘要:Select a.Owner 外键拥有者, a.Table_Name 外键表, c.Column_Name 外键列, b.Owner 主键拥有者, b.Table_Name 主键表, d.Column_Name 主键列, c.Constraint_Name 外键名, d.Constraint_Nam 阅读全文

posted @ 2016-09-23 09:53 samwolf911 阅读(9210) 评论(0) 推荐(1)

CSS使用笔记
摘要:Position:static,relative,absolute,fixed。 Static:静态定位。如果你没有设置position属性,那么缺省就是static。top,left,bottom,right等属性,在static的情况下是无效的,要使用这些属性,必须把position设置为其他三 阅读全文

posted @ 2016-09-07 21:12 samwolf911 阅读(143) 评论(0) 推荐(0)

ORACLE发送邮件
摘要:--发送邮件的主过程 --xuyinghuai 20150603 Procedure send_mail_ (p_From Varchar2, --邮件发送人 p_Fromuser Varchar2, --发件人昵称 p_Touser Varchar2, --接受人昵称 p_To Varchar2, 阅读全文

posted @ 2016-09-02 13:32 samwolf911 阅读(607) 评论(0) 推荐(0)

(转)正则表达式在ORACLE中的使用
摘要:Oracle使用正则表达式离不开这4个函数: 1。regexp_like 2。regexp_substr 3。regexp_instr 4。regexp_replace 看函数名称大概就能猜到有什么用了。 regexp_like 只能用于条件表达式,和 like 类似,但是使用的正则表达式进行匹配, 阅读全文

posted @ 2016-09-02 13:26 samwolf911 阅读(1687) 评论(0) 推荐(0)

导航