假设我的数据库上有 3 个表
Table:Category
category_id
Table:container
container_id
category_id
Table:products
container_id
product_id
如何根据 category_id 获取所有 product_id?
例如,我在上面的表格中有这些数据:
Table: category
sour
sweet
Bitter
Table: container
bottled
sachet
Table: product
sugar
vinegar
cocoa
你如何获得所有tb_product
类别(tb_category
)是甜蜜的产品()