SQL + [message #257495] |
Wed, 08 August 2007 08:35 |
webadministrator
Messages: 45 Registered: October 2005
|
Member |
|
|
Hello,
im trying to write a query in SQL + (or SQL worksheet) that gives me as a result the code of the class and the comment.
the comment is very long so i am not getting the full sentence. is there a way to fix it?
Thank you.
|
|
|
Re: SQL + [message #257498 is a reply to message #257495] |
Wed, 08 August 2007 08:41 |
MarcL
Messages: 455 Registered: November 2006 Location: Connecticut, USA
|
Senior Member |
|
|
Try
set linesize 5000 (or whatever length you need up to 32K)
|
|
|
|
|