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
猜你喜欢
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案