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
He7d3r
.
Toggle Highlighting
SQL
USE ptwiki_p; SELECT CONCAT('* [[Especial:Diff/', page_latest, ']]'), rev_timestamp, rev_user_text FROM revision INNER JOIN page ON rev_page = page_id AND page_latest = rev_id WHERE rev_timestamp >= "20160301" AND page_namespace = 0 AND page_is_redirect != 1 AND ( rev_comment LIKE "%Erro ortográfico corrigido%" OR rev_comment LIKE "%Gramática corrigida%" OR rev_comment LIKE "%Ligações adicionadas%" OR rev_comment LIKE "%Corrigiu erro ortográfico%" OR rev_comment LIKE "%Corrigiu gramática%" OR rev_comment LIKE "%Adicionou ligações%" ) LIMIT 500;
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...