select sum(a) from 
(
select COUNT(*) a from _aa2    union all
select COUNT(*) a from _aa1
) c

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-15
  • 2021-11-09
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-08-15
相关资源
相似解决方案