VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / String Functions / REPLICATE
In This Topic
    REPLICATE
    In This Topic
    REPLICATE ( string_expression ,integer_expression )

    string_expression
    Is an expression of a character string or binary data type. string_expression can be either character or binary data.

    integer_expression
    Is an expression of any integer type, including bigint. If integer_expression is negative, NULL is returned.

    See Also