Subject | Re: [ib-support] Substring |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-11-29T11:26:59Z |
>Trying SUBSTRING on Firebird thusBut what is "ABCDEF"? If it is a string, I think you should have used
>P1 = SUBSTRING("ABCDEF" FROM 1 FOR 4);
>will not even compile. P1 is a previously
>defined variable (It is part of a SP.)
single quotes - double quotes may leave FB believing it is a field name
(though I'm far from certain this is the case).
Set