
09-04-2005, 01:04 PM
|
|
|
Join Date: Mar 2005
Location: T?rkiye
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KirbyDE
You can just run
Code:
SELECT style.title, count( user.styleid ) as usage_count
FROM user
LEFT JOIN style ON ( user.styleid = style.styleid )
GROUP BY user.styleid
from ACP, this should give you the numbers.
|
wnere lookat see for
|