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
How to email an Access 2002 report in pdf format
Visual basic version conflict
Parameter dialog box unexpectedly pops up while dynamically linking unbound subforms to a main form
How can I change the default location where RDP tries to save it's default.RDP to?
SQL subtotal, grand total by group
CommonDialog Question
Swapping screen view in access 2007
Active Directory Planing
Recovery disk No.2 needed for a Sony Vaio PCG-FR102/FR105
Need help with exisiting code. reading attachments and save to MS Access