Subject Re: Is this statement wrong?
Author hvlad
--- In firebird-support@yahoogroups.com, "Ivan Prenosil" <Ivan.Prenosil@...> wrote:
>
> "hvlad" wrote:
> > isql not supported input parameters and not rewrited statement to replace named parameters with question marks.
> > BTW, i see no way to supply input parameters in isql script, so such query have no meanings (for isql)
>
> Well, in FSQL I can do this
>
> SET VALUES 2, 5;
> SELECT FIRST ? * FROM RDB$RELATION_FIELDS WHERE RDB$FIELD_POSITION = ?;
>
> What about adding such extension into ISQL ?

Are you ready to contribute ? :)
BTW, what is use case for such extension ?

Regards,
Vlad