logo
  • 教程列表
  • SO官方文檔
  • 動態 SQL
    • 使用動態 SQL 選擇值
    • 在動態 SQL 中插入值
    • 更新動態 SQL 中的值
    • 執行 DDL 語句
    • 執行匿名阻止
  1. StackOverflow 文件
  2. Oracle Database 教程
  3. 動態 SQL
  4. 執行 DDL 語句

執行 DDL 語句

Created: November-22, 2018

此程式碼建立表:

begin
  execute immediate 'create table my_table (id number, column_value varchar2(100))';
end;
/
  • 執行匿名阻止
  • 更新動態 SQL 中的值

Copyright © 2018. All right reserved

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

  • 關於本站
  • 免責聲明