三九宝宝网宝宝成长宝宝手工

双色球遗漏统计的制作

12月27日 编辑 39baobao.com

存储过程实现

declare

Type arr_tab_type Is Table Of Number(2) Index By Binary_Integer;

tab arr_tab_type;

begin

for i in 1..7 loop

if i<>7 then

Select trunc(dbms_random.Value(1,34)) Into tab(i) From dual;

else

select trunc(dbms_random.value(1,17)) into tab(i) from dual;

end if;

if i>=2 and i<>7 then

for j in i..1 loop

if tab(i)=tab(j-1) then

select trunc(dbms_random.Value(1,34)) into tab(i) from dual;

else

null;

end if;

end loop;

end if;

dbms_output.put_line(tab(i));

end loop; end;

推荐阅读
图文推荐