DODONG

博客园 首页 新随笔 联系 订阅 管理
SELECT AccountId AS Expr1, COUNT(AccountId) AS Expr2
FROM dbo.SCM_Employee
GROUP BY AccountId, AccountId
HAVING (COUNT(AccountId) > 1)
posted on 2007-12-13 10:35  DODONG  阅读(277)  评论(0编辑  收藏  举报