Hi,
amt wrote:
> when i write query instead of tables it doesnt work error -104
> like
> select *from (select name,surname from names) N
> or
> select *from from names n
> left join (select *from adres) a on a.ind=n.ind
1. This should be posted to firebird-support list, this one is dedicated
to Firebird Quality Assurance.
2. You have used derived tables (select instead table name) that are not
supported in current stable version 1.5. However, they are implemented
in Firebird 2.0.
best regards
Pavel Cisar
IBPhoenix
|