hello i have table requests,products,clients,auth_user and comments all tables have related records except comments
this table is related with requests and may be empty for a request how to do a left join between these 5 tables? i want to select records between requests,products,clients,auth_user and comments even if comments is empty for a record thank you Antonio

