SQL
AخA
USE wikidatawiki_p;
SELECT rc_title, rc_new_len
FROM recentchanges
LEFT JOIN actor ON rc_actor=actor_id
LEFT JOIN pagelinks ON rc_cur_id=pl_from
WHERE pl_title = 'Q12089225'
AND rc_type=0
AND actor_user=4422042
AND rc_timestamp > 20231027000000 AND rc_timestamp < 20231028000000
ORDER BY diff DESC
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.