Subject | Re: [ib-support] Stripping whitespace |
---|---|
Author | Martijn Tonies |
Post date | 2003-04-04T11:08:02Z |
> No I haven't declared it. Haven't used UDF's so far.And what is your question then? "rtrim" is a standard function
> I want my script run with my next program update in all clients sites
in the standard UDF library. Any IB/Fb install should have it.
So you can declare it and use it, right?
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
See you at the First European Firebird Conference in May in Fulda, Germany
http://www.firebird-conference.com
> >
> >
> > Hi.
> >
> > Did you declare the standard UDF function "rtrim" -
> > If so, simply use:
> >
> > UPDATE mytable
> > SET mycolumn = rtim(mycolumn)