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
Fehufanga
.
Toggle Highlighting
SQL
select p1.page_title from page p1 left join ( select page_title from page where page_namespace = 0 ) p2 on p1.page_title = p2.page_title where p1.page_namespace = 1 and p2.page_title is null #SELECT l.log_title, l.log_timestamp FROM logging l #LEFT JOIN ( # SELECT page_title FROM page p # WHERE page_namespace = 0 #) p #ON l.log_title=p.page_title #WHERE # log_type = "create" # AND p.page_title IS NULL # AND log_namespace = 1 # AND log_timestamp >= "20231000000000" #ORDER BY 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...