Repeats charexpr for integer number of times. The format appears below:
REPLICATE(charexpr,integer)
For example:
REPLICATE("*",10) = "**********"