我在MySQL中有兩個表,這些表是銷售和材料詳細信息。 我想要計算我靠賣物品是 profit = (total) -(qty* landedcost) 這裏所獲得的利潤是兩個表的結構: 這是查詢 SELECT sale.name ,sale.total-(sale.qty * materialdetails.landingcost) AS
result
FROM sale JOIN ma
select group_concat(bookgenre), author_authorID
from Written
group by author_authorID;
給我 表 group_conat(bookgenre) author_authorID
Fiction 123450
Fiction, History 123451
History 12