mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Remove unnecessary group by and order by.
This commit is contained in:
@@ -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
|
||||
"
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user