Subject Re: [firebird-support] SUBSTRING function
Author Helen Borrie
At 07:02 PM 24/09/2004 -0700, you wrote:

> > 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