06 2010 档案
摘要:数学函数 1.绝对值 S:selectabs(-1)value O:selectabs(-1)valuefromdual 2.取整(大) S:selectceiling(-1.001)value O:selectceil(-1.001)valuefromdual 3.取整(小) S:selectfloor(-1.001)value O:selectfloor(-1.001)val...
阅读全文
摘要:原文:http://www.cftea.com/c/2007/08/6HLN4P3VBKA1W2EA.asp与http://cpeng0907.blog.163.com/blog/static/1304981492009102114040985/
阅读全文
摘要:我们在Oracle存储过程中需要遍历一张表,应该怎样做。我想大多少的人第一个念头就是Cursor。 比如: create or replace procedure StudyCursor( resulst out integer ) is v_tablename varchar(30); v_tabletype varchar(11); cursor mycursor is ...
阅读全文