Creating a trigger in Oracle Express

后端 未结 4 511
面向向阳花
面向向阳花 2020-12-24 05:14

I was trying to do something like auto-increment in Oracle 11g Express and SQL Developer. I know very little about Oracle and I am also new to triggers.

I tried run

4条回答
  •  春和景丽
    2020-12-24 06:08

    For my case, solution was entering "newrow" for 'new' and "oldrow" for 'old' as values for the binds...

提交回复
热议问题