[thelist] mysql count question

rudy r937 at interlog.com
Fri Mar 21 17:39:45 CST 2003


select citename,count(*)
from newscite 
group by citename
order by count(*) desc


rudy


More information about the thelist mailing list