SQL
AخA
SELECT log_id, log_timestamp, log_action, log_user_text AS renamed_by, log_title AS old_username, log_params
FROM logging
WHERE log_type = 'renameuser'
AND log_params LIKE '%Tulsi%'
ORDER BY log_timestamp 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.