TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Server Transact Basic to Expert - Concantenate Integer and string in SQL Query
Karthikeyan Anbarasan
Jun 16, 2011
4
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Concantenate Integer and string in SQL Query
This blog shows how to concantenate an integer and a string using SQL query
Example:
SELECT CONVERT(char(4), 2011) + ' - This is Current Year'
The expected result would be 2011 - This is Current Year
SQL Server Transact Basic to Expert - Concantenate Integer and string in SQL Query
Next Recommended Reading
SQL Server Transact Basic to Expert - Decreasing a date value to 4 months using SQL query