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 enwikisource_p; SELECT DISTINCT /* SUBSTRING_INDEX(p1.page_title, '/', 1) as page_num, */ CONCAT("পাতা:", p1.page_title) as page FROM page p1 INNER JOIN revision_userindex r1 ON r1.rev_page = p1.page_id INNER JOIN categorylinks c ON c.cl_from = p1.page_id AND c.cl_to = 'বৈধকরণ' WHERE p1.page_namespace = 104 AND r1.rev_user_text IN ( 'jayantanth', 'Pasaban') AND c.cl_to IS NOT NULL 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...