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
Chaduvari
.
Only IP. Only one edit.
Toggle Highlighting
SQL
use tewiki_p; select actor_name,concat("[[చర్చ:",page_title,"]]") from page p join revision on rev_page = page_id join actor on actor_id = rev_actor where page_is_new = 1 and page_namespace=1 and page_is_redirect = 0 and actor_user is null and page_title not in (select rd_title from redirect where rd_namespace = p.page_namespace) and rev_page not in (select tl_from from templatelinks) order by actor_name
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...