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
Carter00000
.
Toggle Highlighting
SQL
SELECT COUNT(r.rev_id) AS '#/edits', CONCAT('Portal:', page_title) AS 'page', CAST(MIN(r.rev_timestamp) AS DATETIME) AS 'first timestamp', CAST(MAX(r.rev_timestamp) AS DATETIME) AS 'last timestamp' FROM revision_userindex AS r JOIN revision AS p ON p.rev_id = r.rev_parent_id JOIN actor_revision ON actor_id = r.rev_actor JOIN page ON page_id = r.rev_page WHERE actor_name = 'GWA88' AND page_namespace = 100 GROUP BY page_title HAVING COUNT(*) >= 2 ORDER BY r.rev_timestamp;
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...