Answers for "string concatenation with numbers t sql"

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 "string concatenation with numbers t sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language