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 * -- p.page_id as id, p.page_title as ad, concat("tr.wikipedia.org/wiki?curid=",p.page_id) as url, p.page_latest from page p join page_props pp on pp.pp_page = p.page_id where p.page_namespace = 0 and page_is_redirect = 0 and pp.pp_propname not rlike "image" and pp.pp_propname not rlike "sort" and pp.pp_propname not rlike "ambig" and pp.pp_propname not rlike "title" and pp.pp_propname not rlike "index" and pp.pp_propname not rlike "newsect" and p.page_id not in (select ppp.pp_page FROM page_props ppp where ppp.pp_propname rlike "wikibase" ) -- order by p.page_latest limit 10; ;
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...