Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
APPERbot: Unnötiges :de: aus Wikilink entfernt
by
Wurgl
This query is marked as a draft
This query has been published
by
Wurgl
.
Angezeigt wird der Artikel und jeweils von der Änderung davor der Difflink, der User (kann auch der Diff davor sein, wie z.B. bei 'Aka') und der Zeitpunkt (in UTC)
Toggle Highlighting
SQL
SELECT CONCAT('[[', REPLACE(page_title, '_', ' '), ']]') AS Artikel, CONCAT('[[Spezial:Diff/', Other.rev_id, ']]') AS "Diff vor APPERbot", Mensch.actor_name AS "User vor APPERbot", CONCAT(SUBSTR(Other.rev_timestamp, 1, 4), ' ', SUBSTR(Other.rev_timestamp, 5, 2), ' ', SUBSTR(Other.rev_timestamp, 7, 2), ' ', SUBSTR(Other.rev_timestamp, 9, 2), ':', SUBSTR(Other.rev_timestamp, 11, 2), ':', SUBSTR(Other.rev_timestamp, 13, 2)) AS "Timestamp vor APPERbot" FROM page, revision AS APPERbot, actor AS Bot, comment, revision AS Other, actor AS Mensch WHERE page_id = APPERbot.rev_page AND APPERbot.rev_actor = Bot.actor_id AND Bot.actor_name = 'APPERbot' AND APPERbot.rev_timestamp >= '20220301000000' # Seit 1. März 2022 AND comment_id = APPERbot.rev_comment_id AND comment_text LIKE '%Abstand am Artikelanfang entfernt%' AND Other.rev_id = APPERbot.rev_parent_id AND Other.rev_actor = Mensch.actor_id ORDER BY Other.rev_timestamp DESC
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...