Error on ORACLE trigger

后端 未结 1 1279
执念已碎
执念已碎 2021-01-27 07:46

I have this sexy trigger, that takes a value from a field REFERENT, parses it, finds a row in some view and fills some data to original row that needs to be inserted. I also the

相关标签:
1条回答
  • 2021-01-27 08:08

    A colon character is missed before NEW.REFERENT

    0 讨论(0)
提交回复
热议问题