我有三张桌子:
Product(columns: Id, ProductType, ProductId, ...)
Apple(columns: Id, ProductType(will be always 1), ...)
Orange(columns: Id, ProductType(will be always 2), ...)
如果Product
a 有ProductType
1,我想将它与Apple
表相关联,如果 2,然后到Orange
表。在 SQL 中可以吗?