Subject | Re: [ib-support] subquery problem |
---|---|
Author | Arno Brinkman |
Post date | 2003-03-19T12:44:28Z |
Hi,
Maybe, Creating an VIEW could workaround your problem.
Regards,
Arno
> I want to perform a subquery like the simple following one:Derived tables are not yet supported on Firebird.
>
>
> select K.*
> from (select *
> from tablename
> where field1=val1) K
> It always raise an error at the select statement next to from.
> How can I do that ?
Maybe, Creating an VIEW could workaround your problem.
Regards,
Arno