SQL
AخA
SELECT
log_title
FROM
logging_compat,
categorylinks
WHERE
log_user_text='Abc10'
AND log_namespace=0
AND cl_from=log_page
AND log_type="create"
AND cl_to='Täsmennyssivut'
GROUP BY log_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.