im using following statement:
select $tblL.*,$tblT.desc,$tblT.text from $tblL left join $tblT using(id$tblL) where id$tblLang=2 || id$tblLang is null order by position
my problem is that the the enties from the 1. table aren't displayed if there is no entry in the 2. table eventhough i set the condition "|| id$tblLang is null". how can i do this with one statement?
andreas owen
select $tblL.*,$tblT.desc,$tblT.text from $tblL left join $tblT using(id$tblL) where id$tblLang=2 || id$tblLang is null order by position
my problem is that the the enties from the 1. table aren't displayed if there is no entry in the 2. table eventhough i set the condition "|| id$tblLang is null". how can i do this with one statement?
andreas owen