The REPLICATE() function is used to print a string to specified number of time in SQL Server. Syntax- REPLICATE(string, integer); Example: Output: MindStick.com MindStick.com MindStick.com Also used to print any number in repeated number of given time. 145639878414563987841456398784
The REPLICATE() function is used to print a string to specified number of time in SQL Server.
Syntax- REPLICATE(string, integer);
Example:
MindStick.com MindStick.com MindStick.com
Also used to print any number in repeated number of given time.
145639878414563987841456398784