System & Develop/SQL2003. 6. 23. 18:21
SET STATISTICS TIME ON
SELECT p.prIdx,min(p.prTitle),min(p.prImagePath),count(r.rvIdx) as count  FROM beauty_product as p LEFT JOIN beauty_reView as r ON p.prIdx = r.rvPrIdx
GROUP BY p.prIdx
Posted by basaaja