I am doing left outer join to my table with around 5 different tables and I need result from only one of these 5 tables.
Now I know I could use Coalesce to get what I want. However, I was wondering if there is a way to tell SQL to not keep on joining as soon as one left join hits. However, the left outer joins need to occur in the same order as I write my query in.