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 actor_user actor_name 3532174 1950206 لوقا select * from actor where actor_name like "لوقا"; */ SELECT page.page_id, page.page_namespace, page.page_title, revision_userindex.rev_id AS "main_edit", (SELECT MAX(rev_id) FROM revision_userindex AS prev_edit WHERE prev_edit.rev_page = page.page_id AND prev_edit.rev_id < revision_userindex.rev_id) AS "prev_edit", comment_text FROM revision_userindex INNER JOIN page ON page.page_id = revision_userindex.rev_page inner join comment on revision_userindex.rev_comment_id = comment.comment_id WHERE revision_userindex.rev_actor = 8 and page.page_namespace = 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 "%كووورة%" ORDER BY revision_userindex.rev_id limit 10
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...