摘要:
1. substring_index(str,delim,count) str 表示要处理的字符串 delim 表示分隔符 count 计数 select substring_index(us.profile,',',-1) as gender, count(*) as number from us 阅读全文
posted @ 2022-05-06 22:11
哄哄2h
阅读(21)
评论(0)
推荐(0)
|
摘要:
1. substring_index(str,delim,count) str 表示要处理的字符串 delim 表示分隔符 count 计数 select substring_index(us.profile,',',-1) as gender, count(*) as number from us 阅读全文
posted @ 2022-05-06 22:11
哄哄2h
阅读(21)
评论(0)
推荐(0)
摘要:
恢复内容开始 1. SELECT device_id,gender,age,university from user_profile where age!=''" 或者 SELECT device_id,gender,age,university from user_profile where ag 阅读全文
posted @ 2022-05-06 16:47
哄哄2h
阅读(36)
评论(0)
推荐(0)
|