A string function accepts a string value as an input and returns a string value regardless of the data type. They’re used to convert an
Tag: CONCAT function in SQL Server
SQL Server – Replicate Function
SQL Server “Replicate” Function repeats a character expression to a specified number of times. It is equivalent to or alternative of Oracle’s RPAD function. Let’s’