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 log.log_type, log.log_action, log.log_timestamp, log.log_title, log.log_id FROM ( SELECT log_type, MAX(log_id) AS max_log_id FROM logging JOIN user ON logging.log_user = user.user_id WHERE log_type NOT IN ('newusers', 'newpages') AND user.user_name = 'WikiBayer' GROUP BY log_type ) AS latest_logs JOIN logging AS log ON log.log_type = latest_logs.log_type AND log.log_id = latest_logs.max_log_id ORDER BY log.log_type, log.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...