SQL
AخA
SELECT l.log_id, l.log_timestamp, p.page_id, p.page_namespace, p.page_title, l.log_actor
FROM logging l
JOIN page p ON l.log_page = p.page_id
WHERE l.log_type = 'upload'
AND l.log_comment_id = 44
AND l.log_timestamp >= '20200401000000'
ORDER BY l.log_timestamp
LIMIT 100;
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.