Subject | RE: [ib-support] Stripping whitespace |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2003-04-04T11:04:11Z |
No I haven't declared it. Haven't used UDF's so far.
I want my script run with my next program update in all clients sites
Riho-Rene Ellermaa
senior programmer
Hansabank
I want my script run with my next program update in all clients sites
Riho-Rene Ellermaa
senior programmer
Hansabank
> -----Original Message-----
> From: Martijn Tonies [mailto:m.tonies@...]
> Sent: Friday, April 04, 2003 1:36 PM
> To: ib-support@yahoogroups.com
> Subject: Re: [ib-support] Stripping whitespace
>
>
>
> Hi.
>
> Did you declare the standard UDF function "rtrim" -
> If so, simply use:
>
> UPDATE mytable
> SET mycolumn = rtim(mycolumn)
>
>