REPLICATE « String Functions « SQL Server / T-SQL






1.REPLICATE: replicate the same string several times
2.REPLICATE string
3.REPLICATE('*', 20 - LEN(Name))
4.Use set to assign value to a variable with replicate function