Subject Re: [firebird-support] Left join with containing condition
Author Nick Upson
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]