ASクエリが必要ですが、例:
このクエリでは、rat ='10' または rat >='10'。
$minimalEntry = mysql_query("SELECT author,count(id) AS rat
FROM sds_posts
GROUP BY author
ORDER BY rat ASC
LIMIT 0,20");
ありがとうございました..