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
IKhitron
.
Toggle Highlighting
SQL
use hewiki_p; select * from page where page_namespace = 10 and not page_title like "היום_בהיסטוריה_%" and not page_title like "הידעת?_%" and not page_title like "ערך_מומלץ_%" and page_restrictions <> ""; select * from page_restrictions join page on page_namespace = 10 and not page_title like "היום_בהיסטוריה_%" and not page_title like "הידעת?_%" and not page_title like "ערך_מומלץ_%" and page_id = pr_page group by pr_page; select * from page join page_restrictions on page_title = "כ" and page_namespace = 10 and page_id = pr_page; select * from page join page_restrictions on page_title = "טווח_שנים" and page_namespace = 10 and page_id = pr_page; select distinct(pr_level) from page_restrictions
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...