AND with left join

sogescomputer

New Member
In Fabrik->List->join

I do a join like this:

select id from table1 left join table2 on table1.id = table2.parent_id AND table2.published = 1

How to 'AND' clause?

thanks.
 
Nope, can't do that.

Although you could use a pre-filter to simply remove published != 1 from view.

-- hugh
 
Your suggestion is not applicable, because the prefilter applies a 'where', and the result is different from what I want.
thanks
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top