Dec 19, 2008 #1 ecannizzo Programmer Sep 19, 2000 213 US Can I do something like this within my query? if h.notes = "Issue" then left outer join ISSUES i on h.record_id = i.id else left outer join ISSUES2 i on h.record_id = i.id end; thanks.
Can I do something like this within my query? if h.notes = "Issue" then left outer join ISSUES i on h.record_id = i.id else left outer join ISSUES2 i on h.record_id = i.id end; thanks.