摘要:
---上周电脑端登陆次数统计 select a.ExTitle as 'user',COUNT(*) as 'count' from [BIMPM_Base].[dbo].[ApplicationLog] as a join [BIMPM_Base].[dbo].[ProjectAttendUser] as b on a.ExTitle = b.UserName where a.... 阅读全文
posted @ 2018-08-06 10:00
HongEgg
阅读(96)
评论(0)
推荐(0)