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
Bulgu
.
Toggle Highlighting
SQL
USE trwiki_p; select concat("[[",page_title,"|",replace(page_title,"_"," "),"]]") as ad , concat("https://tr.wikipedia.org/wiki?curid=",page_id) as url , page_latest as son_rev , concat("[[d:",pp_value,"|]]") as wd , rev_timestamp from templatelinks join page on page_id = tl_from left join page_props pp on pp.pp_page = page_id left join revision_userindex on rev_id = page_latest where page_namespace = 0 and tl_from_namespace = 0 and tl_namespace = 10 and tl_title in ("Vikisöz","Wikiquote") and (pp.pp_propname is NULL OR pp.pp_propname ="wikibase_item" ) and page_id not in (select pps.pp_page from page_props pps where pps.pp_propname ="wikibase_item" and pps.pp_value in ( select concat("Q",ips.ips_item_id) as aa from wikidatawiki_p.wb_items_per_site ips where ips.ips_site_id = "trwikiquote" ) ) order by page_latest ; select now();
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...