View Single Post
Old Dec 3rd, 2007, 11:33 AM   #4
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 546
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: Select Non distinct in MySQL

Don't know about MySql but Sybase database the having clause can be somewhat slow, so I would code with the where clause

SELECT primarymac, COUNT(*) as count
FROM aidahardware
where count > 1
Ancient Dragon is offline   Reply With Quote