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
Nemo bis
.
For https://commons.wikimedia.org/wiki/Commons_talk:Flickr_files#Flickr_paid_plans_and_deletions
Toggle Highlighting
SQL
USE commonswiki_p; SELECT SUBSTRING_INDEX(el_to, '/', 5) as photographer, COUNT(el_to) AS photos FROM externallinks WHERE el_index LIKE 'http://com.flickr.www./photos%' OR el_index LIKE 'https://com.flickr.www./photos%' GROUP BY photographer HAVING photos > 1 ORDER BY photos DESC LIMIT 100000;
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...