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
Niedzielski
.
Toggle Highlighting
SQL
select sum(1) as n, # Testing with %mobileformat% catches # # ?action=parse...&mobileformat&... # ?action=parse...&mobileformat=...&... # # The presence of the mobileformat parameter implies the presence of action=parse. sum(if(uri_query like '%mobileformat%', 1, 0)) as n_mfmt, round(100 * sum(if(uri_query like '%mobileformat%', 1, 0)) / sum(1), 4) as n_mfmt_pct from webrequest_p where year = 2018 and month = 11 and day = 28 and uri_path = '/w/api.php' ;
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...