人生苦短,但求成长
人生苦短,但求成长
题解
题解 | #提取博客URL中的用户名#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #提取博客URL中的用户名#
279 浏览
0 回复
2022-03-12
人生苦短,但求成长
+关注
提取博客URL中的用户名
http://www.nowcoder.com/practice/26c8715f32e24d918f15db69518f3ad8
select device_id, substring_index(blog_url, '/', -1) as user_name from user_submit
Mysql
举报
收藏
赞 1
评论加载中...