Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: formatting output with SQL*Plus
Thomas Kellerer wrote:
> DA Morgan wrote on 09.12.2004 23:22:
>
>> you could try CASTing as a CLOB or alternatively CASTing as smaller >> VARCHARs. For example:
>> But I'd be fascinated to know why every column is defined as a >> VARCHAR2(2000) and see if you can bring some sanity to the design >> (assuming there isn't some valid reason for the size).
Then the best you can do is trim to your shortest entry using that technique. Probably not what you're looking for.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Fri Dec 10 2004 - 19:55:02 CST