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
Jayantanth
.
Toggle Highlighting
SQL
USE bnwikisource_p; SELECT DISTINCT p1.page_latest as latest, r1.rev_timestamp as timesatmp, /* SUBSTRING_INDEX(p1.page_title, '/', 1) as page_num, */ CONCAT("Page:", p1.page_title) as page FROM page p1 INNER JOIN revision_userindex r1 ON r1.rev_page = p1.page_id WHERE p1.page_namespace = 104 AND r1.rev_user_text IN ( 'jayantanth' ) ORDER BY p1.page_latest
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...