Re: SQLPLUS Format question
From: Matt B. <mcb_at_fightspam.sd.znet.com>
Date: Thu, 17 Aug 2000 19:20:26 -0700
Message-ID: <spp74dab87v6_at_corp.supernews.com>
Date: Thu, 17 Aug 2000 19:20:26 -0700
Message-ID: <spp74dab87v6_at_corp.supernews.com>
"Steve Roper" <s_r_roper_at_my-deja.com> wrote in message
news:8ndjdc$3ah$1_at_nnrp1.deja.com...
> Hi,
>
> Can anyone tell me what value I can give "set colsep" so that the
> output columns from a select query are seperated by the TAB value?
>
> Thanks in advance.
>
> Steve Roper
Try set colsep chr(09)
(Educated guess...not sure if it'll work or not.)
-Matt Received on Fri Aug 18 2000 - 04:20:26 CEST