Created
March 7, 2020 00:43
-
-
Save nuria/51b4f765783905084b3cf880ef72244a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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