Answers for "concatenate string and int mssql"

SQL
1

sql server concat string and int

SELECT 'Comments: ' + CAST(9 AS varchar(12)) AS Result;
Posted by: Guest on April-08-2020

Code answers related to "concatenate string and int mssql"

Code answers related to "SQL"

Browse Popular Code Answers by Language