Quote:
Originally Posted by B1QB0SS :3
set @  = (select Reason from inserted)
|
Well the inserted line is like >>
Update xxxx set vv=vv+1 where zz=zz
how can i capture that "vv" ?
Edit >> That "vv" is a column name? .. so ..
Set @

= COLUMN_NAMEorsmth from inserted .
is not working.. i tried everything ...
am not that expert .. but i can work around things ..