REPEAT(string_exp, count)

Returns a character string composed of string_exp repeated count times.

 

Example:

SELECT REPEAT('ABC',3) returns ABCABCABC