Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Recent pages in eswiki without Wikidata link
by
Superzerocool
This query is marked as a draft
This query has been published
by
Rachmat04
.
Toggle Highlighting
SQL
use idwiki_p; select rc_timestamp, rc_user_text, rc_title, concat('http://id.wikipedia.org/wiki/', rc_title) as page , rc_comment from recentchanges rc, page where rc_new = 1 and rc_namespace = 0 and not exists (select 1 from wikidatawiki_p.wb_items_per_site where ips_site_id = 'idwiki' and replace(ips_site_page, " ", "_") = rc_title) and page_id = rc_cur_id and page_is_redirect = 0 order by rc_timestamp desc limit 100;
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...