摘要:
define: 存储过程(Stored Procedure )是一组为了完成特定功能的SQL 语句 集,经编译后存储在数据库中。用户通过指定存储过程的名字并给出参数(如果该存储过程带有参数)来执行它。存储过程是数据库中的一个重要对象,任何一个设计良好的数据库应用程序都应该用到存储过程。存储过程是由流 阅读全文
posted @ 2017-10-29 23:39
杨杨yang
阅读(803)
评论(0)
推荐(0)
摘要:
1.power function Definition:The Oracle PL/SQL, the POWER function is a built in function which takes two numeric inputs and returns numeric(数字的) resul 阅读全文
posted @ 2017-10-29 21:41
杨杨yang
阅读(342)
评论(0)
推荐(0)