Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Thursday, March 21, 2013
Replicate SQL Server
SQL Server
>
Built-In Functions
>
REPLICATE
Repeats a string with specified number of times.
Example:
SELECT
REPLICATE
(
'a'
,
5
)
Result:
aaaaa
Newer Post
Older Post
Home