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
Msz2001
.
Zapytanie zlicza wszystkie edycje wykonane w 2022 roku, które zostały oznaczone znacznikiem "Zasugerowano edycję: dodanie linków" a także te, które dodatkowo oznaczono jako "Wycofane", aby dać ogląd na to, jak duża część sugestii jest błędnie akceptowana przez nowicjuszy.
Toggle Highlighting
SQL
-- #newcomer task add link = 143 -- #mw-reverted = 126 @starttime := '20201231230000' @endtime := '20211231230000' -- Uwzględniane są wszystkie edycje wykonane w 2021 roku SELECT ( SELECT COUNT(*) FROM revision JOIN change_tag ON rev_id = ct_rev_id WHERE ct_tag_id = 143 AND rev_timestamp >= @starttime AND rev_timestamp < @endtime ) AS "Zasugerowano edycję: dodanie linków", ( SELECT COUNT(*) FROM revision JOIN change_tag AS ct1 ON rev_id = ct1.ct_rev_id JOIN change_tag AS ct2 ON rev_id = ct2.ct_rev_id WHERE ct1.ct_tag_id = 143 AND ct2.ct_tag_id = 126 AND rev_timestamp >= @starttime AND rev_timestamp < @endtime ) AS "w tym wycofane";
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...