I came across this SQL String Function few days ago while searching for Database Replication. This is T-SQL Function and it repeats the string/character expression N number of times specified in the function. SELECT REPLICATE( ' http://www.SQLAuthority.com ' , 9 ) This repeats the string http://www.SQLAuthority.com to 9 times in result window. I think it… Continue Reading...
Source: SQL SERVER – Repeate String N Times Using String Function REPLICATE | Journey to SQL Authority with Pinal Dave
No comments:
Post a Comment