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
.
These edits triggered AbuseFilter 3 (obscene language) but were not reverted
Toggle Highlighting
SQL
SET @tag_reverted := 126; -- "Wycofane" SET @tag_af := 15; -- "Wulgaryzmy lub nieodpowiednie słownictwo (filtr nadużyć)" SELECT rev_timestamp, rev_id, page_namespace, page_title FROM change_tag ct1 JOIN revision ON rev_id = ct1.ct_rev_id JOIN page ON rev_page = page_id WHERE ct1.ct_tag_id = @tag_af AND rev_timestamp > "20210101000000" AND (rev_deleted & 3) = 0 AND NOT EXISTS ( SELECT * FROM change_tag ct2 WHERE ct2.ct_tag_id = @tag_reverted AND ct1.ct_rev_id = ct2.ct_rev_id );
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...