我有多个网站在单个数据库上运行。
我的问题相关表结构如下:
USER
- UserID
WEBSITE
- WebsiteID
- WebsiteName
LOGINRECORD
- UserID
- WebsiteID
- LoginDate
我想计算通过网站登录的唯一用户数。
像
Website NumberofUserLoggedinMorethanOnce
abc.com 15
def.com 25