jianghaidong

sql 查询分组后的数据总条数

select count(0) from (select investor_uid from lzh_borrow_investor group by investor_uid) as temp

发表于 2016-03-11 15:08  渺晓  阅读(3027)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2021-07-31
  • 2021-11-07
  • 2021-11-19
  • 2021-11-17
  • 2021-11-07
猜你喜欢
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案