Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rintus
Starting Member
26 Posts |
Posted - 2008-10-02 : 18:45:11
|
Hey Guys:I am trying to run this SQL on a script. But the fields were too long and I was though of selecting the first 50 characters from the field. But the output is still wrapping. Can you please suggest me any function that won't allow it to wrap.Example -Select name,roll_no,left(summary, 50) Summaryfrom studentWhen I am running this SQL on a script on a unix server it still wraps in the result.Please suggest.Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
rintus
Starting Member
26 Posts |
Posted - 2008-10-02 : 19:14:21
|
Is there a way to remove it. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|