:: vBspiders Professional Network ::

:: vBspiders Professional Network :: (http://www.vbspiders.com/vb/index.php)
-   قســم تطويــر المــــواقع (http://www.vbspiders.com/vb/f92.html)
-   -   ممكن أعرف الإستعلام دة بتاع أنهي هاك بالظبط ؟ (http://www.vbspiders.com/vb/t8232.html)

xman2 04-21-2009 03:21 PM

ممكن أعرف الإستعلام دة بتاع أنهي هاك بالظبط ؟
 
ممكن حد يقولي الإستعلام التالي بتاع أى هاك بالظبط إذا سمحتوا و أكون لكم من الشاكرين :)

SELECT user.userid, user.username, COUNT(post.postid) AS replycount
FROM post AS post
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
LEFT JOIN user AS user ON (post.userid = user.userid)
WHERE thread.forumid=3 AND thread.firstpostid != post.postid
GROUP BY post.userid
ORDER BY replycount DESC
LIMIT 1;


الساعة الآن 04:23 PM


[ vBspiders.Com Network ]


SEO by vBSEO 3.6.0