码上敲享录 > sqlserver实战经验分享 > distinct与count的联合使用

distinct与count的联合使用

上一章章节目录下一章 2022-04-27已有766人阅读 评论(0)

sqlserver distinct与count的联合使用

select count(*) from

(

select distinct [name] from result

)

as count

向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
0

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交