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 langlinks.*,page.page_title from langlinks inner join page on page.page_id = langlinks.ll_from where ll_lang in ("en") and page.page_namespace in (0) limit 10; /* select * from logging where log_type = "delete" and log_action = "delete" and log_namespace = 0 limit 10; */ /* select * from archive where ar_namespace = 0 and ar_title like '%"""المملكة_العربية_السعودية"""%' limit 10; */ /* select * from page where page_namespace = 0 and page_title like '%"""المملكة_العربية_السعودية"""%' limit 10; */ SELECT count(*) FROM logging WHERE log_type = "delete" AND log_action = "delete" AND log_namespace = 0 #and log_title like "ب%" and log_timestamp >= (NOW() - INTERVAL 1 MONTH) AND NOT EXISTS ( SELECT 1 FROM page WHERE page.page_title = logging.log_title AND page.page_namespace = logging.log_namespace ) AND EXISTS ( SELECT 1 FROM archive WHERE archive.ar_title = logging.log_title AND archive.ar_namespace = logging.log_namespace )
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...