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
Mr. Ibrahem
.
Toggle Highlighting
SQL
use arwiki_p; select p.page_title , p.page_namespace , ll_title , pap.pap_project_title , enpa.pa_importance from page as p, langlinks , page_assessments as pa, page_assessments_projects as pap ,enwiki_p.page en_p, enwiki_p.page_assessments_projects as enpap , enwiki_p.page_assessments as enpa where pa.pa_project_id = pap.pap_project_id and ( pap.pap_project_title = "فيزياء" ) and pa.pa_page_id = p.page_id and p.page_id = ll_from and p.page_namespace = 0 and pa.pa_importance = "غير معروفة" and p.page_is_redirect = 0 and ll_lang = 'en' #select DISTINCT en_p.page_title and enpa.pa_project_id = enpap.pap_project_id and enpap.pap_project_title = "Physics" and enpa.pa_page_id = en_p.page_id and en_p.page_title = REPLACE(ll_title,' ','_') and en_p.page_namespace = p.page_namespace and enpa.pa_importance not like "Unknown" and enpa.pa_importance not like "NA" #group by en_p.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...