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
لوقا
.
Toggle Highlighting
SQL
select SUBSTRING_INDEX(comment.comment_text, '*/', -1)) as "comment_of_delete", revision.rev_timestamp as "date_of_delete", wb_items_per_site.ips_site_page as "name_of_page" from revision join page on page.page_id = revision.rev_page join comment on comment.comment_id = revision.rev_comment_id join wb_items_per_site on wb_items_per_site.ips_item_id=REPLACE(page.page_title,"Q","") where comment.comment_text like "%clientsitelink-remove%" and comment.comment_text like "%enwiki%" and rev_timestamp > (NOW() - INTERVAL 1 MONTH) and wb_items_per_site.ips_site_id like "arwiki" limit 100; #where rev_id in (1173840751,1784446990)
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...