with T1 As (Select * From Table1)Select * From T1 where sex=1 Union All Select * From T1 where type=2 相关文章: 2022-01-02 2021-07-15 2021-11-19 2021-07-01 2022-03-03 2021-04-19