Salve ho due tabelle Mysql fatture e clienti
ed ho una query join del tipo:
SELECT f.*,c.customers_telephone,c.customers_fax FROM fatture f JOIN customers c ON c.customers_id=f.customers_id WHERE ORDER BY data DESC
nella tabella delle fatture a volte manca il campo f.customers_id con questo tipo di join nel resultset vengono comprese anche le fatture che non hanno customers_id?