83-100 helloworld pl/sql程序

 

   

-- 最基础pl/sql 程序的输出
declare 


begin 
  
   dbms_output.put_line('hello world 字符串输出');
end;

效果

 

  

posted @ 2022-01-14 14:39  优敏行  阅读(35)  评论(0)    收藏  举报