Subject | Re: [firebird-support] SUBSTRING function |
---|---|
Author | Helen Borrie |
Post date | 2004-09-25T02:33:39Z |
At 07:02 PM 24/09/2004 -0700, you wrote:
SUBSTRING(aString FROM m FOR n) returns a string n characters long,
starting from the character at m.
Also
SUBSTRING(aString FROM m) returns all of the characters from position m to
the end.
./heLen
> > Is this correct that SUBSTRING is not supported in Firebird?No, it is NOT correct. All versions of Firebird support SUBSTRING.
SUBSTRING(aString FROM m FOR n) returns a string n characters long,
starting from the character at m.
Also
SUBSTRING(aString FROM m) returns all of the characters from position m to
the end.
./heLen