How to write after insert event update trigger on the same table in ms sql 2005 - Oracle Forums

How to write after insert event update trigger on the same table in ms sql 2005 - Oracle Forums

瀏覽:942
日期:2025-06-08
hi, I have one table student and three fields mtt1,mtt2 and sum.I want to update sum field whenever there is a new value inserted in mtt1 and mtt2.I ... Try this in trigger, this code surely works in oracle, but i am not sure will this works in ms sql 200...看更多