aristos_kapnias
Discoverer
Member since ‎2025 Jan 14

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello all,As far as I understand triggers hold the record about to be inserted/updated as a row variable which I am able to use by referencing its parts. Example:CREATE TRIGGER TEST_TRIGGER_VAR_UPDATEAFTER UPDATE ON TARGETREFERENCING NEW ROW mynewrow...