SQL SPACE Function

The SQL Server SPACE function is one of the String functions which is used to return the string of repeated spaces, and its syntax is SPACE(Integer) SQL SPACE Function Example The SQL String SPACE Function returns the string of repeated spaces. The following query will show you multiple ways to use this function. DECLARE @Str1 … Read more