Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1555 Points
342 Posts
Nov 07, 2005 05:45 PM|LINK
mko
Participant
1555 Points
342 Posts
How to add newline in column of type nvarchar
Nov 07, 2005 05:45 PM|LINK
I want to add a newline in a content of sql column (using t-sql and not asp.net textbox) so when content is being rendered in a .net textbox I get separate rows, so instead
col1 col2 col3
I woule like to have
col1
col2
col3
Thanks