Quote:
Originally Posted by reddy_546
It should be "ASI"...The function should work as ltrim() or rtrim() in oracle.
|
Unfortunately no in ASE. There is an rtrim, but it only trims space. Theres no provision to trim a user defined character.
There is str_replace, but again, it doesnt accept wildcards. So, its basically all 'A's in a string.
Maybe a feature request for Sybase.