Default language.

Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Load for Db2 13.1.

REPEAT


The REPEAT function returns a varying length character string that is composed of an argument concatenated to itself the specified number of times. The maximum length of the result is 32000 bytes.

REPEAT.png

The arguments are defined as follows:

stringExpression

stringExpression is an expression that specifies the string to be repeated. The expression must return a value that is a built-in single-byte character/varying string. The argument cannot be a string constant.

integer

integer must be a positive large integer value that specifies the number of times to repeat the string.

Warning

Important

If any argument can be null, the result can be null; if any argument value is null, the result is the null value.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Load for Db2 12.1