Subject | Re: [ib-support] Stripping whitespace |
---|---|
Author | Martijn Tonies |
Post date | 2003-04-04T10:36:20Z |
Hi.
Did you declare the standard UDF function "rtrim" -
If so, simply use:
UPDATE mytable
SET mycolumn = rtim(mycolumn)
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
Did you declare the standard UDF function "rtrim" -
If so, simply use:
UPDATE mytable
SET mycolumn = rtim(mycolumn)
> I noticed that on of my tables had CHAR(30) field instead VARCHARcame also over.
> I converted the field with small script, but the spaces at the end of data
> Now I have "Riho ", but I want to have "Riho".With regards,
> Is it possbile to easily get rid of these spaces using Firebird ?
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