Skip to content

Instantly share code, notes, and snippets.

@nuria
Created March 7, 2020 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuria/51b4f765783905084b3cf880ef72244a to your computer and use it in GitHub Desktop.
Save nuria/51b4f765783905084b3cf880ef72244a to your computer and use it in GitHub Desktop.
use wmf;
select distinct base_name
from
mediarequest
where year=2019
and month=12
and day=1
and hour=1
and base_name like '%commons%'
and (referer like '%wik%' or referer like '%internal%');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment