Subject | Re: [firebird-support] Left join with containing condition |
---|---|
Author | Nick Upson |
Post date | 2011-06-11T08:59:22Z |
Try doing it like this
select a.*, b.*
from zzz_ukony a
left join zzz_doc b on b.filename
where b.filename containing a.cs||'.';
[Non-text portions of this message have been removed]
select a.*, b.*
from zzz_ukony a
left join zzz_doc b on b.filename
where b.filename containing a.cs||'.';
[Non-text portions of this message have been removed]