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
use hewiki_p; select replace(page_title, "_", " ") as "ערך", page_len as "גודל" from page as p1 where exists (select * from page as p3 where p1.page_title = p3.page_title and p3.page_namespace = 1 and exists (select * from categorylinks where cl_from = p3.page_id and replace(cl_to, "_", " ") in ('ערכים שנערכו במסגרת מיזם ויקי נשים', and p1.page_namespace = 0)); select count(page_len) as "כמות", sum(page_len) as "סכום" from page as p1 where exists (select * from page as p3 where p1.page_title = p3.page_title and p3.page_namespace = 1 and exists (select * from categorylinks where cl_from = p3.page_id and replace(cl_to, "_", " ") in ('ערכים שנערכו במסגרת מיזם ויקי נשים', and p1.page_namespace = 0))
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...