REPEAT

This function repeats a string as many times as specified.

Syntax

REPEAT(string, number)

Example

REPEAT(‘Test Data’,2)