Re: HOWDOI: Output Variable Length Fields (Re: rtrim not triming)

From: Eric M. Gamble <emgamble_at_rwxc.com>
Date: 1997/01/23
Message-ID: <01bc0923$2f653b00$a5b093cf_at_egamble>#1/1


I just tried this method with NO success... Has anyone outputted a delimted file? If so, how?...

Mike Neal <mike.neal_at_acms.avnet.com> wrote in article <01bc095e$fdf1f680$0681180a_at_mneal.ims.avnet.com>...
> Use:
> update table_name
> set field1 = rtrim(field1, ' ')
> and then repeat for the other fields, this should chop off the trailing
> spaces
>
Received on Thu Jan 23 1997 - 00:00:00 CET

Original text of this message