Re: SQL*Plus Column Formatting

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/08/18
Message-ID: <33F831B1.7891_at_gatwick.geco-prakla.slb.com>#1/1


select rpad(table.field1,30)||

       rpad(table.field2,30)
from table;

should do the trick.

Cheers,

Ian Received on Mon Aug 18 1997 - 00:00:00 CEST

Original text of this message