This query is marked as a draft This query has been published by Bulgu.

SQL

x
 
use wikidatawiki_p;
/* select * from page
where page_title = "Q720"
;
*/
select * from 
wb_changes
where change_object_id = "Q720"
limit 100; 
select * from 
wb_entity_per_page
where epp_page_id = 720
limit 100; 
select * from 
wb_items_per_site
where ips_item_id = 720 and length(ips_site_id) > 6
limit 100; 
select * from 
wb_terms
where term_entity_id = 720 and term_entity_type = "item"
limit 100; 
select * from 
wbc_entity_usage
limit 100; 
select * from 
wbs_propertypairs
limit 100;
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...