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
لوقا
.
Toggle Highlighting
SQL
/* actor_id 8 actor_user 1112010 select * from actor where actor_name like "JarBot" */ select count(DISTINCT page.page_id) from revision inner join comment on revision.rev_comment_id = comment.comment_id inner join page on page.page_id = revision.rev_page where rev_actor in (8) and page.page_namespace in (0) and page.page_is_redirect = 0 and page.page_id not in ( select categorylinks.cl_from from categorylinks where categorylinks.cl_to like "جميع_المقالات_بدون_مصدر" and categorylinks.cl_type = "page" ) and ( comment_text like "%بوت:إضافة مصدر (1)%" or comment_text like "%بوت:إضافة مصدر (1.1)%" or comment_text like "%بوت:إضافة مصدر (1.2)%" #or comment_text like "%بوت:إضافة مراجع معادلة%" # or comment_text like "%بوت:إصلاح مرجع%" or comment_text like "%بوت:إضافة مصدر من ويكي الإنجليزية أو الفرنسية (تجريبي)%" or comment_text like "%بوت:إضافة مصدر من ويكي الإنجليزية (تجريبي)%" or comment_text like "بوت:إضافة مصدر" or comment_text like "إضافة مراجع" ) and comment_text not like "%كووورة%"
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...