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.