题解 | #统计每种性别的人数#

统计每种性别的人数

https://www.nowcoder.com/practice/f04189f92f8d4f6fa0f383d413af7cb8

select substring_index(profile,',',-1) as gender,count(device_id)
from user_submit
group by gender

substring_index(str,delim,count)

      str:要处理的字符串

      delim:分隔符

      count:计数

      如果count是正数,那么就是从左往右数,第N个分隔符的左边的所有内容     

如果count是负数,那么就是从右往左数,第N个分隔符的右边的所有内容

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务