SQL
AخA
USE wikidatawiki_p;
SELECT ips_item_id, CASE WHEN ips_site_id = 'ruwiki' THEN 1 ELSE 0 END
from wb_items_per_site
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.