成都网站建设设计

将想法与焦点和您一起共享

oracel在sql中的循环

---关于Oracle里面的循环
-- while循环
CREATE OR REPLACE 
function while_test(x in number,y in number)
return number is 
z number;
totalCount number;
begin
	z:=x;
	totalCount:=0;
	while z            
            
                                
名称栏目:oracel在sql中的循环
文章位置:http://chengdu.cdxwcx.cn/article/ppohjj.html