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
Yamaha5
.
Toggle Highlighting
SQL
USE fawiki_p; SELECT count(distinct R.rev_id) FROM (select rev_id,rev_page,rev_actor,rev_comment_id from revision where rev_timestamp > NOW() - INTERVAL 1 YEAR) R JOIN page ON R.rev_page=page_id AND page_namespace = 0 JOIN actor ON R.rev_actor = actor_id and actor_name NOT LIKE 'Aneeshtan' JOIN comment ON R.rev_comment_id = comment_id and comment_text LIKE '%خنثیسازی%' and comment_text LIKE '%Aneeshtan%' group by R.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...