Subject | Removing trailing spaces from varchar |
---|---|
Author | yaedos2000 |
Post date | 2005-07-29T10:11:15Z |
Hi, is there a way to remove trailing spaces from a varchar, preferably
using a trigger?
For example:
ID = 'XYZ ';
should be converted to: ID = 'XYZ';
Are there any functions for doing this?
Thanks
using a trigger?
For example:
ID = 'XYZ ';
should be converted to: ID = 'XYZ';
Are there any functions for doing this?
Thanks