Line Break in T-SQL
- From: nashak@xxxxxxxxxxx
- Date: 14 Sep 2006 19:05:04 -0700
Hello,
In a Stored Proc, I am building a string variable. I am getting outputs
from 4 different queries and would like the string to have line breaks
to display each entry in a different line in a text area. How can I do
this?
i.e
result = result1 + result2 + result3 + result4.
What characters can I enter so that the output is displayed in the
textarea as
result1
result2
result3
result4
Thanks,
.
- Follow-Ups:
- Re: Line Break in T-SQL
- From: Dan Guzman
- Re: Line Break in T-SQL
- From: Alexander Kuznetsov
- Re: Line Break in T-SQL
- Prev by Date: Re: Synchronizing Access and SQL Server
- Next by Date: Re: Line Break in T-SQL
- Previous by thread: Actual and Estimated Rows
- Next by thread: Re: Line Break in T-SQL
- Index(es):