社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  DATABASE

分组并计算多列中唯一值的数量(mysql)

TYL • 3 年前 • 1255 次点击  
ID ArrivalPort DeparturePort
1  A           B
1  A           C
2  A           B
2  C           D

如何对这两种情况进行唯一/不同的计数 ArrivalPort DeparturePort 通过 ID ?

Out
ID   Count
1    3
2    4

谢谢

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/127957
 
1255 次点击  
文章 [ 1 ]  |  最新文章 3 年前