Hello There
Whats wrong in this query?:
$query = "SELECT FROM xxx_tlf_liste WHERE NOT EXISTS (SELECT FROM xxx_tlf_relations WHERE xxx_tlf_relations.tlfid = xxx_tlf_liste.id)
I would like to get all row from xxx_tlf_liste where the id does not exist in xxx_tlf_relations
Thanks