NEW
Record with the inserted or updated values of a row
PSQL — triggers only,
DSQL — RETURNING clause of UPDATE, UPDATE OR INSERT and MERGE
Record type
NEW.column_name
| Parameter | Description |
|---|---|
column_name |
Column name to access |
NEW contains the new version of a database record that has just been inserted or updated.NEW is read-only in AFTER triggers.
|
Note
|
In multi-action triggers |