模糊匹配中,精确匹配排在前面

select * from table1
where column1 like '%abcde%' 
order by LEN(column1) - LEN('abcde')
原文地址:https://www.cnblogs.com/zlfucku/p/3907234.html