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
Vexations
.
Toggle Highlighting
SQL
# times a reviewed and tagged article without leave a message on the talk page of the creator SELECT page_title, log_timestamp, rev_user_text FROM logging_userindex JOIN page ON log_page = page_id JOIN revision_userindex ON rev_page = page_id WHERE log_user_text = 'Vexations' AND log_type = 'pagetriage-curation' AND log_action = 'tag' AND log_namespace = 0 AND rev_parent_id = 0 AND rev_user_text NOT IN ( SELECT DISTINCT page_title FROM page JOIN revision_userindex ON page_id=rev_page WHERE page_namespace = 3 AND rev_user_text = 'Vexations' ) AND log_timestamp > (NOW() - INTERVAL 1 YEAR);
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...