select * from table where id in ( select id from table1 union all select id from table2)请问使用union替换union all性能更高还是子查询使用group by性能更高还是子查询使用distinct关键字性能更高还是这样子性能更高麻烦结合一下因素1、有时候重复较多的情况 2、有时候可能没有重复 3、有时候可能重复较少选择一个最合理的方法,非常感谢