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
Wargo
.
Toggle Highlighting
SQL
use plwiki_p; /*select * from `comment` where comment_id = 20484604;*/ SELECT log_id, log_timestamp, log_user, log_title, log_comment_id, log_user_text, c.* FROM logging left join `comment` c ON (c.comment_id=log_comment_id) where log_type = 'review' and log_comment_id not in(5, 20482809) and log_action='approve' order by log_timestamp desc limit 50; /*SELECT DISTINCT log_action FROM logging where log_type = 'review';*/
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...