Subject RE: [IBO] Parse failure?
Author Jason Wharton
> With this query:
> select
> *
> from
> "#test2"
> order by 1
>
> and trying an editable result set, IBO modifies this to:
>
> SELECT "#test2".*
> , "#test2".RDB$DB_KEY
> from
> "#test2"
> ORDER BY 1 ASC
>
> But this fails with an error:
> Dynamic SQL Error SQL error code = -206 Column unknown
> #test2.* At line 1, column 1.

It seems that this shouldn't fail. Could this be a problem with the parser
in Firebird?

Jason