SQL
AخA
USE commonswiki_p;
SELECT DISTINCT
CONCAT(YEAR(rev_timestamp),"-",MONTH(rev_timestamp),"-",DAY(rev_timestamp)) AS date
FROM revision
WHERE rev_user_text = "SteinsplitterBot"
AND rev_comment LIKE "%IntRegex%"
#ORDER BY date 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.