Rahul Prajapat

Rahul Prajapat

  • NA
  • 1.6k
  • 619.5k

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...

Answers (6)