File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1919 FROM user_groups
2020 INNER JOIN user ON user_id = ug_user
2121 WHERE ug_group = " bot" )
22- and actor_name not in (SELECT replace(lt_title, " _" , " " )
23- FROM pagelinks
24- inner join linktarget ON lt_id = pl_target_id
25- WHERE pagelinks .pl_from = 7352181
26- AND lt_namespace = 2 )
22+ and actor_name not in (SELECT replace(pl_title," _" ," " )
23+ FROM pagelinks
24+ where pagelinks .pl_from = 7352181
25+ and pl_namespace = 2 )
2726 GROUP BY actor_name
2827 having COUNT (* ) > 1
2928 ORDER BY score DESC ,name
Original file line number Diff line number Diff line change 3232 FROM user_groups
3333 INNER JOIN user ON user_id = ug_user
3434 WHERE ug_group = "bot")
35- and actor_name not in (SELECT replace(lt_title, "_", " ")
36- FROM pagelinks
37- inner join linktarget ON lt_id = pl_target_id
38- WHERE pagelinks.pl_from = 7352181
39- AND lt_namespace = 2)
35+ and actor_name not in (SELECT replace(pl_title,"_"," ")
36+ FROM pagelinks
37+ where pagelinks.pl_from = 7352181
38+ and pl_namespace = 2)
4039 GROUP BY actor_name
4140 having COUNT(*) > 1
4241 ORDER BY score DESC,name
You can’t perform that action at this time.
0 commit comments