SQL
AخA
SELECT
rev_id,
page_title,
page_namespace,
rev_timestamp,
comment_text
FROM
actor_revision
JOIN revision_userindex ON rev_actor=actor_id
JOIN comment ON rev_comment_id=comment_id
JOIN page ON rev_page=page_id
WHERE
actor_name='Geek surine'
AND comment_text LIKE '%P2566%';
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.