This query is marked as a draft This query has been published by لوقا.

SQL

x
 
/*
select DISTINCT pp_propname from page_props;
select page.page_id ,page.page_title,page_props.* from page_props 
INNER JOIN page
on page.page_id =  page_props.pp_page
where pp_propname = "disambiguation"
limit 10;
*/
select * from revision_comment_temp
 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.
All SQL code is licensed under CC0 License.

Checking query status...