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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rahul Prajapat
NA
1.6k
638k
Print in mssql
Aug 17 2015 9:35 AM
I write the query in mssql like
PRINT
N'Rahul'
PRINT
' And '
PRINT
N'Sandeep'
When i execute the query result is display like:
Rahul
And
Sandeep
So i want the result is displayed in single line like:
Rahul And Sandeep
And what is the mean of
N
before the string.
Thanks in advance...
Reply
Answers (
6
)
how to find missing numbers in two columns using sql server?
XML Data Type Methods in SQL Server 2012