MySQL Function Reference

REPEAT
Returns a string obtained from count repetitions of the string str
MySQL 8.1
REPEAT(str, count)
Examples
MySQL 8.1
SELECT REPEAT('111', 3);