Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Sean.hoyland
.
Toggle Highlighting
SQL
use enwiki_p; set statement max_statement_time = 100 for select count(*) from ( select u1.user_id from user u1 join ipblocks b on u1.user_id = b.ipb_user join comment_ipblocks c on b.ipb_reason_id = c.comment_id where u1.user_id >= (select user_id from user where user_name = 'AndresHerutJaim') and ( lower(convert(c.comment_text using latin1)) like '%andresherutjaim%' or lower(convert(c.comment_text using latin1)) like '%delotrooladoo%' or convert(c.comment_text using utf8mb4) like '%יניב הורון%' ) union select u2.user_id from user u2 join page p on u2.user_name = p.page_title join categorylinks c on p.page_id = c.cl_from where c.cl_to in ( 'Suspected_Wikipedia_sockpuppets_of_AndresHerutJaim', 'Wikipedia_sockpuppets_of_AndresHerutJaim', 'Suspected_Wikipedia_sockpuppets_of_Delotrooladoo', 'Wikipedia_sockpuppets_of_Delotrooladoo' ) )
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...