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
Elph
.
Toggle Highlighting
SQL
USE arwiki_p; WITH added_links AS ( SELECT el_from AS page_id, COUNT(*) AS link_count FROM externallinks WHERE el_timestamp BETWEEN '20240713000000' AND '20240713235959' GROUP BY el_from ) SELECT p.page_title, al.link_count FROM added_links al JOIN page p ON al.page_id = p.page_id ORDER BY al.link_count DESC LIMIT 50;
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...