Fork of Tool Labs metadata database by Guillaume (WMF)
This query is marked as a draft This query has been published by MisterSynergy.

SQL

x
 
#SELECT * FROM wiki WHERE is_closed=0 AND has_wikidata=1 AND family NOT IN ('wikipedia', 'wikibooks', 'wiktionary', 'wikisource', 'wikinews', 'wikivoyage', 'wikiquote', 'wikiversity') ORDER BY lang ASC;
SELECT * FROM wiki WHERE is_closed=0 AND has_wikidata=1 ORDER BY lang ASC;
#SELECT family, COUNT(1) FROM wiki WHERE is_closed=0 GROUP BY family;
#USE wikidatawiki_p;
#SELECT * FROM sites;
#SELECT * FROM wb_items_per_site 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...