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
Func86
.
Toggle Highlighting
SQL
SELECT pr_id,page_namespace,page_title,page_len,pr_type,pr_level,pr_expiry,pr_cascade,log_timestamp,log_deleted,actor_name,actor_user, comment_log_comment.comment_text AS `log_comment_text`,comment_log_comment.comment_data AS `log_comment_data`,comment_log_comment.comment_id AS `log_comment_cid` FROM `page`,`page_restrictions` LEFT JOIN `log_search` ON (ls_field = 'pr_id' AND (ls_value = CAST( pr_id AS BINARY ))) LEFT JOIN (`logging` JOIN `actor` ON ((actor_id=log_actor)) JOIN `comment` `comment_log_comment` ON ((comment_log_comment.comment_id = log_comment_id))) ON ((ls_log_id = log_id)) WHERE (pr_expiry > '20220710045745' OR pr_expiry IS NULL) AND (page_id=pr_page) AND (pr_type='edit') AND (page_len>=0) AND (page_namespace=0) ORDER BY pr_id LIMIT 51
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...