Subject | Re: [firebird-support] Substring Function |
---|---|
Author | Hans Hoogstraat |
Post date | 2003-10-11T02:54:18Z |
Helen,
I don't think you can use
OUTPUT = OUTPUT || EXECUTE (....
since EXECUTE doesn't seem to return any results
------------------------------------------------------------
I don't think you can use
OUTPUT = OUTPUT || EXECUTE (....
since EXECUTE doesn't seem to return any results
------------------------------------------------------------
> >OUTPUT = OUTPUT || SUBSTRING(INPUT FROM 2);
> >works, but of course doesn't render the desired results.
> >
> >Any idea's ?
>
> As currently implemented, the substring function needs constants as
> arguments. However, you can achieve what you want with EXECUTE STATEMENT
> (documentation in release notes!)
>