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
Strainu
.
Toggle Highlighting
SQL
SELECT project, page_title, namespace_id, sum(view_count) as count FROM wmf.pageview_hourly WHERE -- Exclude special pages and files. namespace_id not in (-1, 6) AND -- This should be better understood. It shouldn't be needed. -- The existence of this '-' probably hides real pageviews. page_title not in ('-') AND -- Put the country name here country = 'Romania' AND -- Put the right month here month = 04 AND year = 2020 GROUP BY project, page_title, namespace_id ORDER BY count desc LIMIT 100;
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...