SQL REPLICATE Function
Example Repeat a string: SELECT REPLICATE(‘SQL Tutorial’, 5); Definition and Usage The REPLICATE() function repeats a string a specified number of times. Syntax REPLICATE(string, integer)
Example Repeat a string: SELECT REPLICATE(‘SQL Tutorial’, 5); Definition and Usage The REPLICATE() function repeats a string a specified number of times. Syntax REPLICATE(string, integer)