I have two tables t1 and t2.
t1 has three coloumns a,b,c and t2 has two coloumns x,y.
I want to join these two tables on t2.x=t1.c. It is working for me though real problem comes when t1.c is null. How can I solve the problem. I am using Codeigniter Active Record class and mysql.
