Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
[itvoy] Missing article highly present on other languages
by
Andyrom75
This query is marked as a draft
This query has been published
by
Ivi104
.
Toggle Highlighting
SQL
SELECT CONCAT('Q',envoy.ips_item_id) AS ID, count(envoy.ips_site_id) AS Qty, envoy.ips_site_page AS Art FROM (SELECT ips_item_id FROM wb_items_per_site WHERE ips_site_id LIKE '%wiki' ) AS allvoy, (SELECT ips_item_id, ips_site_page, ips_site_id FROM wb_items_per_site WHERE ips_site_id = 'enwiki') AS envoy WHERE allvoy.ips_item_id NOT IN (SELECT ips_item_id FROM wb_items_per_site WHERE ips_site_id = 'hrwiki') AND allvoy.ips_item_id = envoy.ips_item_id AND ips_site_page NOT LIKE '%:%' AND NOT (ips_site_page REGEXP '^[0-9]{3,4}$' OR ips_site_page REGEXP '^AD [0-9]+$') GROUP BY envoy.ips_item_id ORDER BY Qty DESC 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...