select * from app_start_list s

where 2>(select count(*) from app_start_list where title=s.title and id<s.id)
order by title


本文转载:CSDN博客