REPLICATE

suggest change

The REPLICATE function concatenates a string with itself a specified number of times.

Syntax is: REPLICATE ( string-expression , integer )

SELECT REPLICATE ('Hello',4) --returns 'HelloHelloHelloHello'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


String Functions:
*REPLICATE

Table Of Contents