SQL
AخA
USE enwiki_p;
SELECT actor_user, COUNT(*)
FROM logging
JOIN actor_logging ON actor_id = log_actor
WHERE
log_type == thanks
AND
log_timestamp >= 20190000000000
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.