Subject | RE: [firebird-support] Re: Full joins... |
---|---|
Author | Alan McDonald |
Post date | 2004-10-21T10:31:55Z |
> That's at least not true for Fb 1.0.2, which I am still using.v1.5 on my box returns nulls in segment_length
>
> I simply did:
>
> select * from rdb$fields f
> left join rdb$database d on d.rdb$relation_id = f.rdb$segment_length
>
> and it returned all records in rdb$fields even though many had NULL in
> segment_length.
>
> Are you saying that this has changed in Firebird 1.5 and that the
> above query
> would return only those records that had did not have a NULL value in
> rdb$fields.rdb$segment_length ???
>
> Set
Alan