Remove unnecessary group by and order by.

This commit is contained in:
Darko
2015-08-13 11:06:45 +02:00
parent 6d929661f2
commit fb97d56157
-2
View File
@@ -329,8 +329,6 @@ Class Sharing
INNER JOIN release_comments rc ON rc.siteid = ss.site_guid
SET ss.first_time = rc.createddate
WHERE rc.createddate > '2005-01-01'
GROUP BY rc.siteid
ORDER BY rc.createddate ASC
"
)
);