SQL STR Function

The SQL Server STR is a String Function used to return the string representation of the numeric expression. The syntax of the SQL STR function is shown below. SELECT STR(Float_Expression, Length, Decimal) FROM [Source] This SQL String STR function will return VARCHAR. The list of arguments available for STR is: SQL Server STR Function Example … Read more