Fork of Untitled query #40367 by Mr. Ibrahem
This query is marked as a draft This query has been published by FShbib.

SQL

AخA
 
use arwiki_p;
select DISTINCT page_title#, pa_class , pa_importance , count(*) as counts #* 
from page_assessments, page_assessments_projects , page
#where pap_project_title = "%s"
where pa_importance = '[[:#لومعادلة'
and pa_page_id = page_id
limit 1000
;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...