数据:
- 表格形状:shape_id、shape_name
- 表shape_forms:shape_form_id、shape_id、shape_form
- shape_form 可以是:0 - circle , 1 - square , 2 - triangle - 每个形状的数量是无限的
我需要 2 个查询来选择
- shape_forms 中包含圆形和三角形或仅圆形但不包含正方形或仅三角形的所有形状
- 所有在 shape_forms 中只包含三角形的形状
请给我一些解决此任务的提示!我被限制不要对 shape_forms 使用“分组依据”,但如果没有适当的解决方案