Subject Re: [ib-support] Please help. View is empty, but the same SELECT works!
Author Andrew Guts
Alan McDonald wrote:

>how is table d resolved here?
>
>select sum(p.total/p.rate) from pays p where p.dstid = d.subjid and
>p.depid = d.depid
>
>
D is an alias for Departments table. It takes part in the top-level
inner join