Subject Re: [firebird-support] Selectable procedure and join
Author Elmar Haneke
> select ...
> from some_table t, some_procedure p
> where t.foo = p.foo

Ok, that does work for select statements.

But, it cannot be placed into an VIEW. In "CREATE VIEW" Firebird does
complain about missing table "some_procedure".

Elmar