Repeate Same String Multiple Time.


FUNCTION:  REPLICATE

SELECT REPLICATE ('ABC', 3)

OUTPUT (Print Same string 3 times)

ABCABCABC