Fork of সংশোধিত ও কম বাইট by Bodhisattwa
This query is marked as a draft This query has been published by Bodhisattwa.

SQL

AخA
 
select concat("পাতা:", page_title), page_len
from page
join page_props
on pp_page = page_id
where pp_propname = 'proofread_page_quality_level'
and pp_value in (1)
and page_namespace = 104
and page_len = 0;
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...