日期:2014-05-16 浏览次数:20800 次
$brand_row=$brand->query("select categories.cat_name,topic_subject
from categories,topic
where topic_subject
IN(
SELECT topic_subject
FROM
topic
ORDER BY
topic_date
DESC
LIMIT 1)
GROUP BY
categories.cat_name");