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 (razem 3774) -- #mw-reverted = 126 -- Liczba wszystkich edycji typu "Zasugerowano dodanie linków" w 2021 roku 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 >= '20201231230000' AND rev_timestamp < '20211231230000';
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...