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 logged in users; no IPs. Only one edit. Only one editor. The page might need attention by other users
Toggle Highlighting
SQL
use tewiki_p; select actor_name,concat("[[చర్చ:",page_title,"]]"),concat(left(rev_timestamp,4),"-",substr(rev_timestamp,5,2),"-",substr(rev_timestamp,7,2)) as Edit_Date 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 actor_name = "యర్రా రామారావు" and page_is_redirect = 0 and actor_user is not 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 Edit_Date
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...