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
Superzerocool
.
Toggle Highlighting
SQL
use eswiki_p; SELECT convert(page_title, char) page, rev_len size_rev, rev_id id, convert(a.actor_name, char) user, convert(a.actor_user, char) user_id, convert(rev_timestamp, char) as timestamp, ips_item_id as wikidata_item , (rev_len - ifnull((select rev_len FROM revision r2 where r2.rev_id = r1.rev_parent_id), 0)) as diff FROM revision r1 inner join actor a on r1.rev_actor = a.actor_id inner join page p on r1.rev_page = p.page_id left join wikidatawiki_p.wb_items_per_site on ips_site_id = 'eswiki' and ips_site_page = replace(page_title, "_", " ") where rev_timestamp between '20191201000000' and '20200101000000' and page_namespace = 0 and a.actor_name in ('Lilian89', 'AntoFran', 'Darthvader2', 'Randomeldíos 213', 'Marion Moseby', 'Agusbou2015', 'eliezer apache 34', 'Lol31423523', 'Ariel Kzo', 'RubenDarioGV', 'shere.chalan', 'Cbrescia', 'Rukasuoribera', 'MarisaLR', 'ZPTS', 'Nicolas Ramirez', 'federintrol', 'p00ninabox', 'Hê de tekhnê makrê', 'Pro 11051', 'David Berrios 12', 'moix507 xx', 'HMV 007', 'jcvilla02-wiki', 'Naturista2018', 'Jefferestiw', 'Karla michell', 'Villalaso', 'truji1517', 'Honeybunnyg26', 'Miguel', 'Ferioado', 'Tian Rubik', 'Marcelo Orellana', 'Arcos1', 'HG Alvarez', 'Emilioyifeng', 'CristopherAl', 'YAACOV ALARZA', 'Sophie.basilea', 'Adolfobrigido', 'Samboni Marlon', 'Padaguan', 'fraguando', 'zeynep.turna2309', 'SirAvles', 'Dimutgabo', 'Gustavo Pacheco Rubio', 'ELALEPH999', 'Lunita28mx', 'ClaudiaTroncosoU', 'Tomate12', 'El Teario', 'Ceibos', 'jordan482901938', 'Dariocabr7', 'Absgomz66', 'Claudia Maria Gómez', 'Awoalex', 'Txtdgtl', 'XabiBer', 'DEADSHOT2709', 'Nicolo Cassian', 'Anadrid', 'Kubanische', 'Kadellar', 'Jairo Ramos Hernández', 'Bronchalinox', 'daviloria', 'Brayam Aguirre', 'FadouX', 'Isis torres', 'SimemetoWiki', 'kidrapitzari')
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...