Is there a way to create multiple triggers in one script?

后端 未结 5 1577
误落风尘
误落风尘 2020-12-17 09:00

I am trying to create multiple triggers with only uploading one script into an Oracle DB / APEX workspace, and running it once.

Here is a brief script compared to th

5条回答
  •  醉话见心
    2020-12-17 09:50

    Place a forward slash

    /
    

    between the two statements on a separate line.

    Oracle will then accept it as a new statement

提交回复
热议问题