Subject | RE: [IBO] Parse failure? |
---|---|
Author | Jason Wharton |
Post date | 2007-06-04T23:35:55Z |
> With this query:It seems that this shouldn't fail. Could this be a problem with the parser
> 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.
in Firebird?
Jason