Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
RyanSteinberg
.
Toggle Highlighting
SQL
SET @domain_regex = '^([^:/?#]+:)?(\/+([^/?#]*))?([^\?#]*)\?.*'; select LOWER(REGEXP_REPLACE(el_to, @domain_regex, '\\3')) as B, REGEXP_REPLACE(CONVERT(el_to USING utf8), @domain_regex, '\\3') as hostname, count(distinct el_from, el_to) as num_links from externallinks where LOWER(REGEXP_REPLACE(el_to, @domain_regex, '\\3')) != REGEXP_REPLACE(CONVERT(el_to USING utf8), @domain_regex, '\\3') group by hostname order by num_links desc;
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...