Subject RE: [ib-support] Please help. View is empty, but the same SELECT works!
Author Alan McDonald
what about removing the where clauses in both - that's got to return a
result from the view no?
-----Original Message-----
From: Andrew Guts [mailto:andr@...]
Sent: Monday, 16 September 2002 23:02
To: ib-support@yahoogroups.com
Subject: Re: [ib-support] Please help. View is empty, but the same SELECT
works!


Alan McDonald wrote:

>and this
>
>
>>create view vDeps2(DepID, Descr) as
>>select d.DepID, d.Bank Descr
>>
>>
>>from DepRights r, departments d where r.DepID = d.DepID
>
>
>>and
>>select d.DepID, d.Bank Descr
>>
>>
>>from DepRights r, departments d where r.DepID = d.DepID
>gives also empty view?
>
Yep.



Yahoo! Groups Sponsor
ADVERTISEMENT




To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]