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