select image_file from (select substring_index(image,'/',-1) as image_file from 表) as a1 group by image_file;