PDA

View Full Version : What query do I have to run


Mijae
06-01-2005, 12:11 AM
To find out what style is everyone using? Is there any way I can do this in phpmyadmin to find out how many people are using what style?

Thanks.

Marco van Herwaarden
06-01-2005, 06:55 AM
SELECT count(styleid) FROM user GROUP by styleid;