logo
  • 教程列表
  • SO官方文檔
  • 匿名 PL SQL 塊
    • 匿名塊的示例
  1. StackOverflow 文件
  2. Oracle Database 教程
  3. 匿名 PL SQL 塊
  4. 匿名塊的示例

匿名塊的示例

Created: November-22, 2018

DECLARE
    -- declare a variable
    message varchar2(20);
BEGIN
  -- assign value to variable
  message := 'HELLO WORLD';

  -- print message to screen
  DBMS_OUTPUT.PUT_LINE(message);
END;
/
  • 匿名 PL SQL 塊

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明