Display Single String Multiple Times in SQL Server Without Loop

To display single string multiple times in SQL Server without Loop use following query

Select Replicate('Vithal Wadje',5)  

Summary 
I hope this code snippet is useful ,if you have any suggestion regarding this article then please contact me.

Post a Comment

www.CodeNirvana.in

Protected by Copyscape
Copyright © Compilemode