| Subject | Re: [firebird-support] Selectable procedure and join | 
|---|---|
| Author | Elmar Haneke | 
| Post date | 2004-10-06T07:24:58Z | 
> select ...Ok, that does work for select statements.
> from some_table t, some_procedure p
> where t.foo = p.foo
But, it cannot be placed into an VIEW. In "CREATE VIEW" Firebird does
complain about missing table "some_procedure".
Elmar