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 hewikisource_p; /* use hebrew wikisource database */ select ocr_subpages.page_title, sum(ocr_text.page_len) from categorylinks inner join page as ocr_page on /* all the pages in category עמותה OCR */ ocr_page.page_id=cl_from inner join page as ocr_subpages on /* subpages of ocr_page */ ocr_subpages.page_namespace=0 and ocr_subpages.page_title like concat(ocr_page.page_title,'/','%') inner join templatelinks on /* subpages transcluded pages with ocr text (עמוד:...) */ tl_from=ocr_subpages.page_id and tl_from_namespace=ocr_subpages.page_namespace inner join page as ocr_text on /* for getting the page size of the עמוד: */ ocr_text.page_namespace=tl_namespace and ocr_text.page_title=tl_title where cl_to="OCR_עמותה" and tl_namespace=104 group by ocr_subpages.page_title;
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...