Viewing post 1 (of 1 total)
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
December 6, 2010 at 6:13 pm
#1259315