Fork of Untitled query #56281 by RiazACU
This query is marked as a draft This query has been published by RiazACU.

SQL

AخA
 
USE bnwiki_p;
SELECT CONCAT('# [[ব্যবহারকারী:',page_title,']]') as page_title
FROM page
LEFT JOIN categorylinks
ON cl_from = page_id
WHERE cl_from IS NOT NULL
AND page_namespace = 2
GROUP BY page_title
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...