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
WikiBayer
.
Toggle Highlighting
SQL
SELECT l.log_type, l.log_action, l.log_timestamp, l.log_comment, l.log_title FROM logging l JOIN ( SELECT log_type, MAX(log_id) AS latest_log_id FROM logging WHERE log_user = WikiBayer AND log_type NOT IN ('newusers', 'move') GROUP BY log_type ) latest_logs ON l.log_id = latest_logs.latest_log_id ORDER BY l.log_timestamp DESC;
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...