0
Id int
Timestamp bignit --yyyyMMddhhmmss format
transId char(36) -- guid
type nvarchar(100)
UserId int
我想找出一個UserId
(GROUP BY),所有這些行已收到了超過一個交易(transId
唐不匹配)(timestamp
匹配)和type in (select typename from typesTable where active =1)
以及另一個篩選器,如type
之一。
我嘗試在userid和timestamp上分組,但無法理解如何爲transId列添加「不匹配」條件。
感謝v多少:) – IsmailS 2012-01-06 09:26:24