Can a WordPress-MySQL Left Join be used if a WHERE clause does not exist?
I have the following query. It works great, except when the row for _billing_company does not exists. Can I get some kind of a default or an empty value if _billing_company does not exist? In the example below, the post…