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
Edgars2007
.
use ltgwiki_p; SELECT /* SLOW_OK */ l.pl_from, l.pl_namespace, l.pl_title FROM pagelinks l INNER JOIN page f ON f.page_id = l.pl_from LEFT OUTER JOIN page t ON t.page_namespace = l.pl_namespace AND t.page_title = l.pl_title WHERE f.page_namespace = 0 and l.pl_namespace=0 AND t.page_id IS NULL #AND f.page_id BETWEEN ? and ? use ltgwiki_p; SELECT page_title FROM page WHERE page_namespace = 0
Toggle Highlighting
SQL
use lvwiki_p; select * from recentchanges rc join comment c on rc.rc_comment_id=c.comment_id where rc_timestamp>20190130000000 and rc_type=2 and comment_text like "Novērsu izmaiņas%" limit 500;
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...