Previous Topic Next topic Print topic


REPLICATE

ANSI DB2 SQL/DS XDB
      X

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

REPLICATE(charexpr,integer)

For example:

REPLICATE("*",10) = "**********"
Previous Topic Next topic Print topic