This query is marked as a draft This query has been published by Zache.

SQL

AخA
 
SELECT 
pl_title,
user_name,
user_registration
FROM pagelinks LEFT JOIN user ON pl_title = replace(user_name, " ", "_")
WHERE pl_from=1744680  AND pl_namespace=2  
AND user_registration > 20230328000000
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...