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
Ranjithsiji
.
Toggle Highlighting
SQL
SELECT count(r1.rev_id) as cnt, r1.rev_page, r1.rev_timestamp, p1.page_id, p1.page_title, p1.page_latest, p1.page_namespace FROM revision r1 LEFT JOIN page p1 ON p1.page_id = r1.rev_page WHERE r1.rev_page IN ( SELECT page_id FROM page p2 WHERE p2.page_namespace = 0 AND p2.page_title IN ( SELECT pg.page_title FROM page pg left join categorylinks cl on cl.cl_from=pg.page_id WHERE cl.cl_to = "2017-ലെ_വനിതാദിന_തിരുത്തൽ_യജ്ഞത്തിന്റെ_ഭാഗമായി_സൃഷ്ടിക്കപ്പെട്ട_ലേഖനങ്ങൾ" #ml - The Category Name ) ) AND p1.page_namespace = 0 GROUP BY p1.page_title 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...