OK, I need a T-SQL guru for this one.
I have a table called PackageStoreEvents that has a packageid, storecode and an eventcode field. I want to return the packageid values for storecode 2406 where the count for the eventcode = 6 is 0.
How would I do that?
I'm stuck on this one.
Thanks for the help