SQL Server Transact Basic to Expert - Concantenate Integer and string in SQL QueryKarthikeyan Anbarasan15yPublished Jun 16, 2011, 12:00 AMUpdated Jun 16, 2011, 9:18 AM4.4k00Reactions×25BlogThis blog shows how to concantenate an integer and a string using SQL queryExample:SELECT CONVERT(char(4), 2011) + ' - This is Current Year'The expected result would be 2011 - This is Current YearCommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.