REPEAT

Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API

Repeats a string a specified number of times.

  • <string>: The string to repeat.
  • <count>: The number of times to repeat.

Returns a text value that contains the repeated string.

  • If count is 0 or negative, returns an empty string.
  • Large counts may consume significant memory.

Repeat a string multiple times.

Returns 'Hyper!Hyper!'.