I have a query which records Computer Id Numbers. I want to find out which Computer Id Numbers occur most often in the database. E.g, I'm not interested in the Id Numbers that only occur once.
How can i get the query to return only the records that the user name appears more than once?
How can i get the query to return only the records that the user name appears more than once?