trigger function

Started by Romel Tarinover 23 years ago1 messagesgeneral
Jump to latest
#1Romel Tarin
rtarin@hotmail.com

how can i get the data in trigger function, im mssql i just use select *
from inserted/updated/deleted, whats the equevalent in psotgre?

in mssql trigger
----------

s= ( select code from inserted) whats the equevalent command in postgre?

Romel