摘要: FUNCTION: DEFINE:函数一般用于计算和返回一个值,可以将经常需要使用的计算或功能写成一个函数。 1.basic syntax create [or replace] function fun_name [(parameter1[,parameter2])...] return data 阅读全文
posted @ 2017-10-30 22:32 杨杨yang 阅读(199) 评论(0) 推荐(0)
摘要: Oracle / PLSQL: ALIASES website:https://www.techonthenet.com/oracle/alias.php This Oracle tutorial explains how to use Oracle ALIASES (temporary names 阅读全文
posted @ 2017-10-30 19:50 杨杨yang 阅读(353) 评论(0) 推荐(0)