Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
أكثر المستخدمين تعديلًا ضمن مقالات مشروع ويكي طب old
by
Mr. Ibrahem
This query is marked as a draft
This query has been published
by
Mr. Ibrahem
.
Toggle Highlighting
SQL
SELECT actor_name, count(*) from revision join actor on rev_actor = actor_id join page on rev_page = page_id WHERE lower(cast(actor_name as CHAR)) NOT LIKE '%bot%' AND page_namespace = 0 AND rev_timestamp like '2023%' and page_id in ( select DISTINCT pa_page_id from page_assessments, page_assessments_projects where pa_project_id = pap_project_id and pap_project_title = "طب" ) group by actor_id order by count(*) desc limit 510;
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...