select device_id,substring_index(blog_url,"/",-1) user_name
from user_submit

主要考察substring_index()函数的用法