SQL
AخA
use eswiki_p;
Select user_id AS ID, user_name AS Nombre, user_real_name AS User,
FROM user
JOIN recentchanges
WHERE rc_user = 0
and rc_timestamp > 20170520000000;
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.