Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: help me code for trigger:

    I want: on my table (Department_ID nvarchar(2),Possition_ID nvarchar(2))

    never occur: exists

    SELECT Department_ID FROM MyTable

    WHERE Possition_ID = '00'

    GROUP BY Department_ID HAVING COUNT(Possition_ID) >= 2

    Help me

Viewing post 1 (of 1 total)