Microsoft
Software
Hardware
Network
Question : SQL query
I have a table which has many records including user_id, activity_type
now i want to find the user_id which returns maximum records with activity_type = 2
Answer : SQL query
SELECT MAX(a.iCount)
FROM
(SELECT user_id, COUNT(user_id) as iCount
FROM Table1
WHERE activity_count=2
GROUP BY user_id) as a
Random Solutions
VB6 Access SQL query code
Expression Builder in MS ACCESS
How to create shortcut in Windows XP?
Ping command gives - Unable to contact IP driver - Error Code 5
Change Image File Orientation using VBA
MOSS and XLSX
SSL Popup windows stop showing up as trusted sites
see how tables are linked in database diagram
Access database and VB.NET program error: The Microsoft Jet database engine cannot open the file
Terminal Server 2008 TSWEB Opening more than one App