I'm trying to get a query to work by listing all the people in a row with
the same last name and first name.

key, fname, lname
1 ,John, Smith
4, John, Smith
5, Cody,Edwards
2, Cody, Edwards


Don't list anyone that has a unique first name last name. Is this possible?
Trying to use the Count command.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to