Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL generating SQL - stupid question continued lines
Might be one of Rachel's stories in Novemebr, Niall.
Carel-Jan
On Thu, 2004-08-19 at 22:25, Niall Litchfield wrote:
> true story 2 - this one is me though.
>
> take one script
>
>
> select RPAD(col,255,' ') colname
> from tab
> where (some marginally imaginative logic)
>
> wrap in
>
> set trimspool on
> spool filename
>
>
> ponder for 36 hours why RPAD wasn't working :)
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Aug 19 2004 - 15:50:33 CDT