| Subject | Re: [firebird-support] Efficient subselects | 
|---|---|
| Author | Josef Kokeš | 
| Post date | 2014-04-18T09:28:45Z | 
> I would consider the this second option, but I would change the join:Hi!
>
> SELECT ...
> FROM DETAIL
> LEFT JOIN MASTER
>
> Check on your real structure and data if it helps
Unfortunately, this is not applicable to my case, as I do have MASTERs
which have no DETAIL (yet).
Josef