© 1999-2048 dssz.net 粤ICP备11031372号
[其它] Oracle-03多表查询及编程
说明:--使用PLSQL输出三角形,只要是三个角 declare m number := 10; begin for x in reverse -m..m loop for y in -m..m loop if abs(y) + abs(x) =0 then dbms_output.put('*'); else dbms_output.put(' '); end if; end l<weixin_42416091> 上传 | 大小:256kb