REPLICATE

Restriction: This topic applies to Windows environments only.
ANSI DB2 SQL/DS XDB
      X

Repeats charexpr for integer number of times. The format appears below:

REPLICATE(charexpr,integer)

For example:

REPLICATE("*",10) = "**********"