Subject | Re: [IBO] Parsing error for Fb 2.0 with derived tables? |
---|---|
Author | Hans |
Post date | 2006-12-24T17:29:10Z |
It works now with IBO,
with or without the additional where condition
with or without the additional where condition
> select count(*)
> from
> (select a from tablea where such and such
> union select b from tableb where such and such)
>
> to work with Firebird 2.0 (though, admittedly, I haven't tried)
>