return 0 after joining two tables in mysql
im trying to display all the items sold and not sold within a period of time im unable to display on the join tables all the items that have previously arrived if there were none sold. select arrivals.description, COALESCE(sum(orders.quantity ),…