Vertica Trigger
Hi, Need support what is the syntax for vertica trigger,
for example i have the record with state=outstanding and i want to change it to closed so what will be the syntax, appreciate support.
0
Hi, Need support what is the syntax for vertica trigger,
for example i have the record with state=outstanding and i want to change it to closed so what will be the syntax, appreciate support.
Comments
Vertica is not an OLTP database and does not support triggers.
However, your example simply says " i have the record with state=outstanding and i want to change it to closed".
Wouldn't a simple UPDATE DML operation do that?