why this query result return wrong id ,name
Posted
by mohamed
on Stack Overflow
See other posts from Stack Overflow
or by mohamed
Published on 2010-04-28T10:58:30Z
Indexed on
2010/04/28
11:03 UTC
Read the original article
Hit count: 150
mysql
select id,name,type,MAX(vote) as maxvote from channelsvote group by type
© Stack Overflow or respective owner