Tag sql copy function from one database to another

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)