REPEATSTR
Repeats the given string n times.
Syntax
REPEATSTR(expression varchar, nTimes int32) → varchar
expression: String/characters to repeat.
nTimes: Number of times the string should be repeated.
Examples
REPEATSTR example
Last updated