Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Trigger For Delete - Multiple Row Value

    i think this is what you require

    needs to be in a before delete trigger

    update summary

    set countusedtogether=countusedtogether-n

    from summary as s

    inner join (

    select a.iditem as i1

    ,b.iditem as i2

    ,count(*)...

Viewing post 1 (of 1 total)