微博名与其他信息在同一字段中,故使用substring_index进行信息提取

select
device_id,
substring_index(blog_url,'/','-1') as user_name
from user_submit;