SQL syntax error – multiple values from two tables & insert total – Mysql
I need some help with the query below - I am trying to pull information regarding price and multiply with the quantity & insert the sum into the table. So far I have, update passenger_baggage SET passenger_baggage.total_baggage_cost=passenger_baggage.passenger_baggage_quantity*baggage_type.baggage_type_cost FROM passenger_baggage INNER…