Fork of
Census links
by AntiCompositeNumber
This query is marked as a draft
This query has been published
by GreenC.
SQL
AخA
USE enwiki_p, eswiki_p;
SELECT
el_to,
count(el_from) as pages
FROM
externallinks
WHERE
el_index LIKE "https://gov.census.factfinder.%" OR
el_index LIKE "http://gov.census.factfinder.%"
GROUP BY el_to
ORDER BY pages DESC
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.