Subject Re: [firebird-support] Re: Is this statement wrong?
Author Ivan Prenosil
"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 ?

Ivan