我的数据库看起来像:
Table - Products
products_id
products_price
Table - Products_to_Categories
categories_id
products_id
Table - Products_Descriptions
products_name
Table - Categories_Descriptions
categories_name
还有一堆其他的专栏,但这些是我需要的。
我想选择以上所有列,但我还想得到每个类别的平均产品价格
我知道它可能会包含 AVG() 函数,但我尝试了一堆不同的查询(我有点学习),如果我能找出可行的方法,我会很烦恼。甚至可以只用一个查询来做到这一点吗?我现在无法理解它。
任何帮助将不胜感激。:(