View Single Post
  #1  
Old 03-24-2017, 10:41 AM
ewe ewe is offline
Member
 
Join Date: Mar 2017
Posts: 8
Gender: Female
Credits: 1,760
ewe is on a distinguished road
Default Outer Join in 1.3.4?

I see that _select_query in the Database class does an inner join and some queries listed here on the forums have left joins but they also call a function which I did not see in the 1.3.4 functions.

I need to keep the null values in the column that is the join condition. So what's the best way to accomplish a left outer join?

Last edited by ewe; 03-24-2017 at 10:44 AM.
Reply With Quote