select * from table1
where column1 like '%abcde%' 
order by LEN(column1) - LEN('abcde')

 

相关文章: